Skip to content

Commit

Permalink
Set release version 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaukov committed Dec 13, 2020
1 parent 827c605 commit ea9df08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ Include the following section into your `pom.xml` file.
<dependency>
<groupId>com.googlecode.combinatoricslib</groupId>
<artifactId>combinatoricslib</artifactId>
<version>2.2</version>
<version>2.3</version>
<scope>compile</scope>
</dependency>
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.combinatoricslib</groupId>
<artifactId>combinatoricslib</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<name>CombinatoricsLib</name>
<description>Very simple java library to generate permutations, combinations and other
combinatorial sequences.
Expand Down

0 comments on commit ea9df08

Please sign in to comment.