Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Jun 15, 2024
1 parent 41daee0 commit ce1d7b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/request/api.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Api {
// 当前版本
static const String version = '1.1.0';
static const String version = '1.1.1';
// 项目主页
static const String sourceUrl = "https://github.com/Predidit/Kazumi";
// 规则仓库
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.1.0+1
version: 1.1.1+1

environment:
sdk: '>=3.3.4 <4.0.0'
Expand All @@ -38,9 +38,9 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.6
flutter_modular: ^6.3.4
mobx: ^2.3.3
flutter_mobx: ^2.2.1
flutter_modular: ^6.3.2
mobx: ^2.2.1
flutter_mobx: ^2.0.6+5
dio: ^5.0.0
cookie_jar: ^4.0.8
dio_cookie_manager: ^3.1.1
Expand Down

0 comments on commit ce1d7b6

Please sign in to comment.