Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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