Skip to content

Commit

Permalink
feat: Release v0.1.4
Browse files Browse the repository at this point in the history
fix(alist_provider): Prevent uninitialized version
perf: Update dependencies and improve code generation
fix(ArgsEditor): Add UniqueKey to manipulate
  • Loading branch information
Xmarmalade committed Oct 8, 2023
1 parent 2d806f4 commit d73ae05
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.3';
const currentAlistHelperVersion = 'v0.1.4';
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.3+7
version: 0.1.4+8

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

0 comments on commit d73ae05

Please sign in to comment.