Skip to content

Commit

Permalink
Merge pull request #45 from SpineEventEngine/release-dart-1.9.0
Browse files Browse the repository at this point in the history
Release 1.9.0
  • Loading branch information
armiol authored May 20, 2023
2 parents 1a27627 + e83055d commit 4e4d89b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion codegen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 3 additions & 3 deletions version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e4d89b

Please sign in to comment.