Skip to content

Commit 4e4d89b

Browse files
authored
Merge pull request #45 from SpineEventEngine/release-dart-1.9.0
Release 1.9.0
2 parents 1a27627 + e83055d commit 4e4d89b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: spine_client
22
description: Dart-based library for client applications of Spine-based systems.
3-
version: 1.9.0-SNAPSHOT.1
3+
version: 1.9.0
44
homepage: https://spine.io
55

66
environment:

codegen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_code_gen
22
description: A command-line tool which generates Dart code for Protobuf type registries.
3-
version: 1.9.0-SNAPSHOT.1
3+
version: 1.9.0
44
homepage: https://spine.io
55

66
environment:

version.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
/**
3333
* Version of this library.
3434
*/
35-
val dart = "1.9.0-SNAPSHOT.13"
35+
val dart = "1.9.0"
3636

3737
/**
3838
* Versions of the Spine libraries that this library depends on.
3939
*/
40-
val base = "1.9.0-SNAPSHOT.6"
41-
val web = "1.9.0-SNAPSHOT.13"
40+
val base = "1.9.0"
41+
val web = "1.9.0"
4242

4343
project.extra.apply {
4444
this["versionToPublish"] = dart

0 commit comments

Comments
 (0)