From f9dd2ba21a0870f2227869d088c3dbdb84159b16 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Tue, 8 Aug 2023 17:53:38 +0200 Subject: [PATCH] version is now 4.0.0-alpha.4-SNAPSHOT --- gradle.properties | 2 +- gradle/libraries.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index dd556488af4..5e351042514 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Publishing defaults, could ultimately be moved to build scripts GROUP=com.apollographql.apollo3 -VERSION_NAME=4.0.0-alpha.3 +VERSION_NAME=4.0.0-alpha.4-SNAPSHOT POM_URL=https://github.com/apollographql/apollo-kotlin/ POM_SCM_URL=https://github.com/apollographql/apollo-kotlin/ diff --git a/gradle/libraries.toml b/gradle/libraries.toml index 7834ae99cbf..5acafeb9c6c 100644 --- a/gradle/libraries.toml +++ b/gradle/libraries.toml @@ -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-alpha.3" +apollo = "4.0.0-alpha.4-SNAPSHOT" # Used by the apollo-tooling project which uses a published version of Apollo apollo-published = "4.0.0-alpha.1" cache = "2.0.2"