Skip to content

Commit 715d78e

Browse files
committed
Bump version number
1 parent bf62b71 commit 715d78e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "raffle"
2-
version = "1.1.0"
2+
version = "1.1.1"
33
author = "Ned Thaddeus Taylor"
44
maintainer = "n.t.taylor@exeter.ac.uk"
55
description = "A Fortran library and executable for structure prediction at material interfaces"

src/fortran/lib/mod_io_utils.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module raffle__io_utils
77
logical :: test_error_handling = .false.
88

99
logical :: suppress_warnings = .false.
10-
character(len=*), parameter :: raffle__version__ = "1.1.0"
10+
character(len=*), parameter :: raffle__version__ = "1.1.1"
1111

1212
private
1313

0 commit comments

Comments
 (0)