Skip to content

Commit

Permalink
Update version on README
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent4vx committed Jul 4, 2020
1 parent 8722e3e commit 2f470d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arakne-encoding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For installing using maven, add this dependency into the `pom.xml` :
<dependency>
<groupId>fr.arakne</groupId>
<artifactId>arakne-encoding</artifactId>
<version>0.1-alpha</version>
<version>0.2-alpha</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion arakne-map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For installing using maven, add this dependency into the `pom.xml` :
<dependency>
<groupId>fr.arakne</groupId>
<artifactId>arakne-map</artifactId>
<version>0.1-alpha</version>
<version>0.2-alpha</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion arakne-value/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For installing using maven, add this dependency into the `pom.xml` :
<dependency>
<groupId>fr.arakne</groupId>
<artifactId>arakne-value</artifactId>
<version>0.1-alpha</version>
<version>0.2-alpha</version>
</dependency>
```

Expand Down

0 comments on commit 2f470d9

Please sign in to comment.