Skip to content

Commit 1d59f41

Browse files
committed
bump version number
1 parent b162cfb commit 1d59f41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ It is based on [[https://github.com/chocoteam/choco-solver][choco-solver]] which
6464
<dependency>
6565
<groupId>fr.univ-cotedazur</groupId>
6666
<artifactId>cryptator</artifactId>
67-
<version>0.4.1-SNAPSHOT</version>
67+
<version>0.4.1</version>
6868
</dependency>
6969
#+END_EXAMPLE
7070

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<groupId>fr.univ-cotedazur</groupId>
1717
<artifactId>cryptator</artifactId>
1818
<packaging>jar</packaging>
19-
<version>0.4.1-SNAPSHOT</version>
19+
<version>0.4.1</version>
2020
<name>cryptator</name>
2121
<description>Constraint-based cryptarithm solver</description>
2222
<url>https://github.com/arnaud-m/cryptator</url>
@@ -109,7 +109,7 @@
109109
<artifactId>jackson-databind</artifactId>
110110
<version>2.13.0</version>
111111
<scope>test</scope>
112-
</dependency>
112+
</dependency>
113113
</dependencies>
114114
<build>
115115
<plugins>

0 commit comments

Comments
 (0)