Skip to content

Commit

Permalink
style(version): upgrade to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmarmalade committed May 13, 2023
1 parent 2b8e6f2 commit 6a38969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/provider/persistence_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ final persistenceProvider = Provider<PersistenceService>((ref) {
});

// Version of the storage
const currentAlistHelperVersion = 'v0.0.2';
const currentAlistHelperVersion = 'v0.0.3';
const _version = 'ah_current_version';

// App Window Offset and Size info
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: alisthelper
description: A flutter app designed to provide more convenient management of alist operations.
publish_to: 'none'
version: 0.0.2+2
version: 0.0.3+3

environment:
sdk: '>=3.1.0-38.0.dev <4.0.0'
Expand Down

0 comments on commit 6a38969

Please sign in to comment.