Skip to content

Commit ea9df08

Browse files
committed
Set release version 2.3
1 parent 827c605 commit ea9df08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ Include the following section into your `pom.xml` file.
367367
<dependency>
368368
<groupId>com.googlecode.combinatoricslib</groupId>
369369
<artifactId>combinatoricslib</artifactId>
370-
<version>2.2</version>
370+
<version>2.3</version>
371371
<scope>compile</scope>
372372
</dependency>
373373
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.googlecode.combinatoricslib</groupId>
66
<artifactId>combinatoricslib</artifactId>
7-
<version>2.3-SNAPSHOT</version>
7+
<version>2.3</version>
88
<name>CombinatoricsLib</name>
99
<description>Very simple java library to generate permutations, combinations and other
1010
combinatorial sequences.

0 commit comments

Comments
 (0)