Skip to content

Commit

Permalink
feat(version): dependency upgrade
Browse files Browse the repository at this point in the history
http 1.0.0 (was 0.13.6) collection 1.17.2 (was 1.17.1)
  • Loading branch information
Xmarmalade committed Jun 19, 2023
1 parent 37217ac commit 0b641e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0';
const currentAlistHelperVersion = 'v0.1.1';
const _version = 'ah_current_version';

// App Window Offset and Size info
Expand Down
6 changes: 3 additions & 3 deletions 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.0+4
version: 0.1.1+5

environment:
sdk: '>=3.1.0-38.0.dev <4.0.0'
Expand All @@ -19,7 +19,7 @@ dependencies:
# window_manager allows Flutter desktop apps to control window
window_manager: ^0.3.4
# collection is a package that has some useful collection utils
collection: ^1.17.1
collection: ^1.17.2
# flutter_riverpod is a package that provides state management
flutter_riverpod: ^2.3.6
# shared_preferences is a package that provides persistent storage
Expand All @@ -33,7 +33,7 @@ dependencies:
# file_picker is used to choose working dir
file_picker: ^5.2.11
# http is used to check upgrade
http: ^0.13.6
http: ^1.0.0
#i18n
slang: ^3.17.0
slang_flutter: ^3.17.0
Expand Down

0 comments on commit 0b641e1

Please sign in to comment.