Skip to content

Commit

Permalink
release 4.0.0-alpha.1 (#4963)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD committed May 16, 2023
1 parent 0801cfd commit 2573e94
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-alpha.2-SNAPSHOT
VERSION_NAME=4.0.0-alpha.1

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 @@ -12,7 +12,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-alpha.2-SNAPSHOT"
apollo = "4.0.0-alpha.1"
# Used by the apollo-tooling project which uses a published version of Apollo
apollo-published = "3.8.0"
cache = "2.0.2"
Expand Down

0 comments on commit 2573e94

Please sign in to comment.