Skip to content

Commit

Permalink
Fix version. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
q1zZu authored Feb 14, 2024
2 parents c417714 + 968c1f5 commit 268d60a
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 268d60a

Please sign in to comment.