[RELEASE] new version 0.2.0

This commit is contained in:
Edouard DUPIN 2024-01-19 22:52:24 +01:00
parent 6210dfc16e
commit 088a374abb
3 changed files with 9 additions and 1 deletions

7
.island/release.bash Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
cd back
mvn versions:set -DnewVersion=$(cat ../version.txt)
cd -

View File

@ -20,7 +20,7 @@
<dependency>
<groupId>kangaroo-and-rabbit</groupId>
<artifactId>archidata</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>

1
version.txt Normal file
View File

@ -0,0 +1 @@
0.2.0