Skip to content

Commit 2573e94

Browse files
authored
release 4.0.0-alpha.1 (#4963)
1 parent 0801cfd commit 2573e94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Publishing defaults, could ultimately be moved to build scripts
22
GROUP=com.apollographql.apollo3
3-
VERSION_NAME=4.0.0-alpha.2-SNAPSHOT
3+
VERSION_NAME=4.0.0-alpha.1
44

55
POM_URL=https://github.com/apollographql/apollo-kotlin/
66
POM_SCM_URL=https://github.com/apollographql/apollo-kotlin/

gradle/libraries.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android-sdkversion-target = "30"
1212
androidx-sqlite = "2.3.1"
1313
antlr = "4.12.0"
1414
# This is used by the gradle integration tests to get the artifacts locally
15-
apollo = "4.0.0-alpha.2-SNAPSHOT"
15+
apollo = "4.0.0-alpha.1"
1616
# Used by the apollo-tooling project which uses a published version of Apollo
1717
apollo-published = "3.8.0"
1818
cache = "2.0.2"

0 commit comments

Comments
 (0)