Skip to content

Commit

Permalink
Update version in gradle files.
Browse files Browse the repository at this point in the history
  • Loading branch information
q1zZu committed Feb 14, 2024
1 parent c417714 commit 968c1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
allprojects {
group 'me.q1zz.spaceis.sdk'
version '0.2'
version '0.3'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'me.q1zz.spaceis.sdk'
version '0.2'
version '0.3'

repositories {
mavenCentral()
Expand Down

0 comments on commit 968c1f5

Please sign in to comment.