Skip to content

Commit

Permalink
Update version to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmarmalade committed Mar 26, 2024
1 parent 4bf4ebc commit 03cf2d3
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.1.4';
const currentAlistHelperVersion = 'v0.1.5';
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.1.4+8
version: 0.1.5+9

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

0 comments on commit 03cf2d3

Please sign in to comment.