Skip to content

Commit 570da63

Browse files
committed
prepare 0.5.0
1 parent 8ead1ad commit 570da63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: buildSrc/src/main/kotlin/Versions.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object Versions {
22
const val clikt = "2.6.0"
3-
const val googleOAuth = "1.13.0"
4-
const val googleAppPublisher = "v3-rev20240418-2.0.0"
3+
const val googleOAuth = "1.32.1"
4+
const val googleAppPublisher = "v3-rev20250102-2.0.0"
55
const val junit = "4.13"
66
}
77

Diff for: github-action/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/vacxe/google-play-cli:0.4.9
1+
FROM ghcr.io/vacxe/google-play-cli:0.5.0
22

33
COPY entrypoint.sh /entrypoint.sh
44
COPY templates /templates

Diff for: src/main/kotlin/com/github/vacxe/googleplaycli/PlayStoreCli.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fun main(args: Array<String>) {
8686
addCmd {
8787
object : CliktCommand(name = "version", help = "Library version code") {
8888
override fun run() {
89-
println("0.4.9")
89+
println("0.5.0")
9090
}
9191
}
9292
}

0 commit comments

Comments
 (0)