From b15bc7d52f179c253eb556734ea8879da1d7b31c Mon Sep 17 00:00:00 2001 From: Alejandro Morales Sierra Date: Wed, 20 Nov 2024 17:46:44 +0100 Subject: [PATCH] Bump version --- .github/workflows/CI.yml | 2 +- Project.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 977cee2..3bf4785 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: version: - - '1.9' + - '1.11' os: - ubuntu-latest arch: diff --git a/Project.toml b/Project.toml index 70422fb..6c36d67 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PlantGeomTurtle" uuid = "7d6e2781-1c99-4c66-97ec-106669f3e96e" authors = ["Alejandro Morales Sierra and contributors"] -version = "0.0.4" +version = "0.0.5" [deps] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" @@ -17,8 +17,8 @@ Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8" ColorTypes = "0.11.4" CoordinateTransformations = "0.6.3" LinearAlgebra = "1.11" -PlantGeomPrimitives = "0.0.3" -PlantGraphs = "0.0.2" +PlantGeomPrimitives = "0.0.4" +PlantGraphs = "0.0.3" Rotations = "1.5.1" StaticArrays = "1.5.26" Unrolled = "0.1.5"