Skip to content

Commit ef815e5

Browse files
committed
Prepare release version 3.2.0
1 parent 4be0c56 commit ef815e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
This is a new implementation of the combinatorics library for Java 8. The previous versions of the library can be found [here](https://github.com/dpaukov/combinatoricslib)
1414

1515
## The latest released version
16-
The latest release of the library is [v3.1.1](https://github.com/dpaukov/combinatoricslib3/releases/tag/v3.1.1).
16+
The latest release of the library is [v3.2.0](https://github.com/dpaukov/combinatoricslib3/releases/tag/v3.2.0).
1717
It is available through The Maven Central Repository [here](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.dpaukov%22%20AND%20a%3A%22combinatoricslib3%22).
1818
Add the following section into your `pom.xml` file.
1919

2020
```xml
2121
<dependency>
2222
<groupId>com.github.dpaukov</groupId>
2323
<artifactId>combinatoricslib3</artifactId>
24-
<version>3.1.1</version>
24+
<version>3.2.0</version>
2525
</dependency>
2626
```
2727

2828
## Examples
2929
You can check out an example project to see how to use the library [combinatoricslib3-example](https://github.com/dpaukov/combinatoricslib3-example)
3030

31-
## Development version 3.2.0
31+
## Version 3.2.0
3232
1. [Simple combinations](#1-simple-combinations)
3333
2. [Combinations with repetitions](#2-combinations-with-repetitions)
3434
3. [Simple permutations](#3-simple-permutations)

src/main/resources/META-INF/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CombinatoricsLib 3 - Release notes
33
by Dmytro Paukov
44

5-
CombinatoricsLib 3.2.0 (Oct 2016)
5+
CombinatoricsLib 3.2.0 (Apr 2017)
66
- Added integer partition generator
77

88
-----------------------------------------------------------------

0 commit comments

Comments
 (0)