From 55212092026bbc868667ed7198c2fe90e3747991 Mon Sep 17 00:00:00 2001 From: Matt Ramotar Date: Wed, 10 Jun 2026 17:04:19 -0400 Subject: [PATCH] Prepare next development version (5.1.0-SNAPSHOT) Bump VERSION_NAME from 5.1.0-alpha08 back to 5.1.0-SNAPSHOT to open the next development cycle following the 5.1.0-alpha08 release (#729). Co-Authored-By: Claude Opus 4.8 (1M context) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2886211e0..8e82db2b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G # POM file GROUP=org.mobilenativefoundation.store -VERSION_NAME=5.1.0-alpha08 +VERSION_NAME=5.1.0-SNAPSHOT POM_PACKAGING=pom POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer