diff --git a/README.md b/README.md index 3ee2637..7426c6e 100644 --- a/README.md +++ b/README.md @@ -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.2.0" +tag = "v0.3.0" ``` Then import the `version_f` module into your Fortran code: diff --git a/fpm.toml b/fpm.toml index a9b13b2..6fc6dff 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "version-f" -version = "0.2.0" +version = "0.3.0" license = "Apache License, Version 2.0" author = "Minh Dao" maintainer = "hello@minhdao.de"