Skip to content

Commit

Permalink
New version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
irukoa committed Mar 13, 2024
1 parent d6ed5da commit 23582de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ program main

implicit none

character(len=10) :: ver = "0.0.0"
character(len=10) :: ver = "1.0.0"

write (unit=output_unit, fmt="(A)") ""
write (unit=output_unit, fmt="(A)") " ____ __ ____ ___ .__ __. .__ __. __ .__ __. .___________. "
Expand Down
4 changes: 2 additions & 2 deletions fpm.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "WannInt"
version = "0.0.0"
version = "1.0.0"
license = "GNU General Public License v3.0"
author = "Álvaro R. Puente-Uriona"
maintainer = "[email protected]"
Expand Down Expand Up @@ -28,7 +28,7 @@ implicit-external = true
source-form = "free"

[dependencies]
MAC = { git="https://github.com/irukoa/MAC.git" }
MAC = { git="https://github.com/irukoa/MAC.git", tag = "v1.0.0" }
openmp = "*"

[dev-dependencies]
Expand Down

0 comments on commit 23582de

Please sign in to comment.