Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chicken committed Aug 21, 2024
1 parent b590d3d commit 6d0930d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Authentication/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "codes.antti.auth"
version = "0.3.0"
version = "0.4.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion Authorization/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "codes.antti.auth"
version = "0.2.1"
version = "0.3.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion BlueMap/Chat/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "codes.antti.auth.bluemap"
version = "0.2.0"
version = "0.3.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion BlueMap/Integration/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "codes.antti.auth.bluemap"
version = "0.1.0"
version = "0.2.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion BlueMap/PrivateLocation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "codes.antti.auth.bluemap"
version = "0.1.0"
version = "0.2.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 6d0930d

Please sign in to comment.