diff --git a/lib/version.dart b/lib/version.dart index 6877b70a..d0acc054 100644 --- a/lib/version.dart +++ b/lib/version.dart @@ -2,4 +2,4 @@ /// /// Generated from pubspec.yaml. Run `dart run tool/update_version.dart` after /// changing the version in pubspec.yaml. -const String soliplexVersion = '0.96.0+72'; +const String soliplexVersion = '0.97.0+73'; diff --git a/pubspec.yaml b/pubspec.yaml index 226d4358..ac571598 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Modular Flutter frontend framework for Soliplex publish_to: none # To update version, run: # dart run tool/bump_version.dart -version: 0.96.0+72 +version: 0.97.0+73 environment: sdk: ^3.6.0