Skip to content

Commit ae422ec

Browse files
committed
Update version numbers.
1 parent 2e635e3 commit ae422ec

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ plugins {
22

33
}
44

5-
group "org.example"
6-
version "1.0-SNAPSHOT"
5+
group "au.com.redcrew.apisdkcreator.jvm"
76

87
allprojects {
98
repositories {

example/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ plugins {
33
id "apisdkcreator.jvm.configuration"
44
}
55

6-
version "0.1-SNAPSHOT"
7-
86
dependencies {
97
implementation "com.github.RedCrewOS.api-sdk-creator-mpp:http-api-client:$httpApiClientVersion"
108
implementation project(":ok-http")

gson/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id "apisdkcreator.jvm.configuration"
44
}
55

6-
version "0.1-SNAPSHOT"
6+
version "0.1.0"
77

88
dependencies {
99
api "com.github.RedCrewOS.api-sdk-creator-mpp:http-api-client:$httpApiClientVersion"

ok-http/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id "apisdkcreator.jvm.configuration"
44
}
55

6-
version "0.1-SNAPSHOT"
6+
version "0.1.0"
77

88
dependencies {
99
api "com.github.RedCrewOS.api-sdk-creator-mpp:http-api-client:$httpApiClientVersion"

0 commit comments

Comments
 (0)