Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Fleischmann committed Feb 14, 2021
1 parent 151419a commit 9124114
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,16 @@ Syntax and behaviour of the persistent collections' interfaces are similar to `j
Simply start with the static factory `PersistentCollections` to create new instances of persistent data structures.

## Dependencies
Requires at least Java 8.
Requires at least Java 8. Needs no other libraries.

Maven dependency:
```xml
<dependency>
<groupId>io.github.grillbaer</groupId>
<artifactId>persistentds</artifactId>
<version>2.0.0</version>
</dependency>
```

## Examples
### List
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.grillbaer</groupId>
<artifactId>persistentds</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<name>Persistent Data Structures</name>
<description>Persistent data structures in the form of immutable copy-on-write lists, maps and sets for Java. Based
Expand Down

0 comments on commit 9124114

Please sign in to comment.