Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
everythingfunctional committed May 10, 2022
1 parent 979e8a3 commit 63fcf6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14)
project(
"garden"
LANGUAGES "Fortran"
VERSION "1.0.1"
VERSION "1.0.2"
)

option(INSTALL_PROJECT "Whether this project should be installed" TRUE)
Expand Down
4 changes: 2 additions & 2 deletions fpm.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name = "garden"
version = "1.0.1"
version = "1.0.2"
license = "MIT"
author = "Brad Richardson"
maintainer = "[email protected]"
copyright = "2020 Brad Richardson"

[dependencies]
iso_varying_string = { git = "https://gitlab.com/everythingfunctional/iso_varying_string.git", tag = "v3.0.1" }
strff = { git = "https://gitlab.com/everythingfunctional/strff.git", tag = "v3.0.0" }
strff = { git = "https://gitlab.com/everythingfunctional/strff.git", tag = "v3.0.4" }

0 comments on commit 63fcf6a

Please sign in to comment.