Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Feb 27, 2022
1 parent 39db432 commit 1dd4789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ bspline-fortran = { git="https://github.com/jacobwilliams/bspline-fortran.git" }
or, to use a specific version:
```toml
[dependencies]
bspline-fortran = { git="https://github.com/jacobwilliams/bspline-fortran.git", tag = "6.1.0" }
bspline-fortran = { git="https://github.com/jacobwilliams/bspline-fortran.git", tag = "7.0.0" }
```

### CMake
Expand Down
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "bspline-fortran"
version = "6.1.0"
version = "7.0.0"
author = "Jacob Williams"
maintainer = "Jacob Williams"
copyright = "Copyright (c) 2015-2022, Jacob Williams"
Expand Down

0 comments on commit 1dd4789

Please sign in to comment.