Skip to content

Commit

Permalink
release 4.0.0-beta.2 (#5325)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD committed Oct 23, 2023
1 parent 7c29d17 commit 5e30da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Publishing defaults, could ultimately be moved to build scripts
GROUP=com.apollographql.apollo3
VERSION_NAME=4.0.0-beta.3-SNAPSHOT
VERSION_NAME=4.0.0-beta.2

POM_URL=https://github.com/apollographql/apollo-kotlin/
POM_SCM_URL=https://github.com/apollographql/apollo-kotlin/
Expand Down
2 changes: 1 addition & 1 deletion gradle/libraries.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android-sdkversion-target = "30"
androidx-sqlite = "2.3.1"
antlr = "4.12.0"
# This is used by the gradle integration tests to get the artifacts locally
apollo = "4.0.0-beta.3-SNAPSHOT"
apollo = "4.0.0-beta.2"
# Used by the apollo-tooling project which uses a published version of Apollo
apollo-published = "4.0.0-alpha.3"
cache = "2.0.2"
Expand Down

0 comments on commit 5e30da5

Please sign in to comment.