Skip to content

Commit 299b30d

Browse files
committed
bump version number
1 parent b1e7ad1 commit 299b30d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.org

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ It is based on [[https://github.com/chocoteam/choco-solver][choco-solver]] which
4444
Execute the main classes without argument to display the help message.
4545
*** Run the solver
4646

47-
: java -cp target/cryptator-0.3.0-SNAPSHOT-with-dependencies.jar cryptator.Cryptator -s 1 'send+more=money'
47+
: java -cp target/cryptator-0.3.0-with-dependencies.jar cryptator.Cryptator -s 1 'send+more=money'
4848

4949
*** Play the game
5050

51-
: java -cp target/cryptator-0.3.0-SNAPSHOT-with-dependencies.jar cryptator.Cryptamancer 'send+more=money'
51+
: java -cp target/cryptator-0.3.0-with-dependencies.jar cryptator.Cryptamancer 'send+more=money'
5252

5353
** As a library
5454

@@ -66,7 +66,7 @@ It is based on [[https://github.com/chocoteam/choco-solver][choco-solver]] which
6666
<dependency>
6767
<groupId>fr.univ-cotedazur</groupId>
6868
<artifactId>cryptator</artifactId>
69-
<version>0.3.0-SNAPSHOT</version>
69+
<version>0.3.0</version>
7070
</dependency>
7171
#+END_EXAMPLE
7272

pom.xml

+1-1
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.3.0-SNAPSHOT</version>
19+
<version>0.3.0</version>
2020
<name>cryptator</name>
2121
<description>Constraint-based cryptarithm solver</description>
2222
<url>https://github.com/arnaud-m/cryptator</url>

0 commit comments

Comments
 (0)