Skip to content

Commit

Permalink
🏷️v1.1.1+5
Browse files Browse the repository at this point in the history
  • Loading branch information
XTxiaoting14332 committed Dec 11, 2024
1 parent 8b00445 commit 1891347
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## 🌈ChangeLog 2024.11.03 🤯
## 🌈ChangeLog 2024.12.11 🤯
by @XTxiaoting14332
修复Windows下插件管理页面爆炸的bug
env编辑页面图标颜色改成白色
将hub.xb6868.com改为hub.myxuebi.top
3 changes: 1 addition & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
修复Windows下插件管理页面爆炸的bug
env编辑页面图标颜色改成白色
将hub.xb6868.com改为hub.myxuebi.top
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void main() async {
MainApp.nbLog = '[INFO]Welcome to NoneBot GUI!';
MainApp.protocolLog = '[INFO]Welcome to NoneBot GUI!';
MainApp.barExtended = false;
MainApp.version = 'v1.1.1+fix4';
MainApp.version = 'v1.1.1+5';
FlutterError.onError = (FlutterErrorDetails details) async {
DateTime now = DateTime.now();
String timestamp = now.toIso8601String();
Expand Down
2 changes: 1 addition & 1 deletion 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.1+fix4
version: 1.1.1+5
environment:
sdk: '>=3.3.1 <4.0.0'

Expand Down

0 comments on commit 1891347

Please sign in to comment.