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 lib/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.86.0+52';
const String soliplexVersion = '0.86.1+53';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Modular Flutter frontend framework for Soliplex
publish_to: none
# To update version, run:
# dart run tool/bump_version.dart <major|minor|patch|build>
version: 0.86.0+52
version: 0.86.1+53

environment:
sdk: ^3.6.0
Expand Down
Loading