Skip to content

Commit

Permalink
[release] bump version 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Aug 6, 2023
1 parent 67ef0ab commit 5049860
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ repositories {
}

dependencies {
implementation 'io.seqera:wave-api:0.1.0'
implementation 'io.seqera:wave-api:0.36.0'
implementation 'io.seqera:wave-utils:0.36.0'
implementation 'info.picocli:picocli:4.6.1'
implementation 'com.squareup.moshi:moshi:1.14.0'
implementation 'com.squareup.moshi:moshi-adapters:1.14.0'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/resources/META-INF/build-info.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=wavelit
version=0.1.0
version=0.2.0
commitId=unknown

0 comments on commit 5049860

Please sign in to comment.