From 49436e128ac01919d60b342c9d938f20a8857879 Mon Sep 17 00:00:00 2001 From: Alex Tymchenko Date: Fri, 19 May 2023 11:46:44 +0100 Subject: [PATCH 1/2] Bump versions to `1.9.0`. --- version.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.gradle.kts b/version.gradle.kts index 4152b73ba..8e7cc8a92 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -32,13 +32,13 @@ /** * Version of this library. */ -val dart = "1.9.0-SNAPSHOT.13" +val dart = "1.9.0" /** * Versions of the Spine libraries that this library depends on. */ -val base = "1.9.0-SNAPSHOT.6" -val web = "1.9.0-SNAPSHOT.13" +val base = "1.9.0" +val web = "1.9.0" project.extra.apply { this["versionToPublish"] = dart From e83055d910f3632b2487c1f5cfece8844dadb6bc Mon Sep 17 00:00:00 2001 From: Alex Tymchenko Date: Fri, 19 May 2023 16:58:24 +0100 Subject: [PATCH 2/2] Update the version of pure Dart components to `1.9.0`. --- client/pubspec.yaml | 2 +- codegen/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/pubspec.yaml b/client/pubspec.yaml index 85dfd3aed..02be31f52 100644 --- a/client/pubspec.yaml +++ b/client/pubspec.yaml @@ -1,6 +1,6 @@ name: spine_client description: Dart-based library for client applications of Spine-based systems. -version: 1.9.0-SNAPSHOT.1 +version: 1.9.0 homepage: https://spine.io environment: diff --git a/codegen/pubspec.yaml b/codegen/pubspec.yaml index ef2a0b27f..b7d53970f 100644 --- a/codegen/pubspec.yaml +++ b/codegen/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_code_gen description: A command-line tool which generates Dart code for Protobuf type registries. -version: 1.9.0-SNAPSHOT.1 +version: 1.9.0 homepage: https://spine.io environment: