Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Mar 2, 2023
1 parent 96068c7 commit aca529f
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 @@ -20,7 +20,7 @@ simply add this package as a dependency to your `fpm.toml` file:

[dependencies.version-f]
git = "https://github.com/minhqdao/version-f.git"
tag = "v0.1.0"
tag = "v0.2.0"
```

Then import the `version_f` module into your Fortran code:
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 = "version-f"
version = "0.1.0"
version = "0.2.0"
license = "Apache License, Version 2.0"
author = "Minh Dao"
maintainer = "hello@minhdao.de"
Expand Down

0 comments on commit aca529f

Please sign in to comment.