Skip to content

Commit

Permalink
⬆️ Updated version information
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgnefz committed Jul 8, 2024
1 parent 440164c commit c3d463a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 13 deletions.
24 changes: 16 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,18 @@ packages:
dependency: "direct main"
description:
name: dio
sha256: "11e40df547d418cc0c4900a9318b26304e665da6fa4755399a9ff9efd09034b5"
sha256: e17f6b3097b8c51b72c74c9f071a605c47bcc8893839bd66732457a5ebe73714
url: "https://pub.flutter-io.cn"
source: hosted
version: "5.4.3+1"
version: "5.5.0+1"
dio_web_adapter:
dependency: transitive
description:
name: dio_web_adapter
sha256: "36c5b2d79eb17cdae41e974b7a8284fec631651d2a6f39a8a2ff22327e90aeac"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.0.1"
dropdown_button2:
dependency: "direct main"
description:
Expand All @@ -317,10 +325,10 @@ packages:
dependency: "direct main"
description:
name: extended_text
sha256: "7f382de3af12992e34bd72ddd36becf90c4720900af126cb9859f0189af71ffe"
sha256: d6036da79bcfa85c268ab92fc2c610b3ff2f2e3ff416ad0c3513cbb130fb36b6
url: "https://pub.flutter-io.cn"
source: hosted
version: "13.0.0"
version: "13.0.2"
extended_text_library:
dependency: transitive
description:
Expand Down Expand Up @@ -1046,10 +1054,10 @@ packages:
dependency: "direct main"
description:
name: tolyui_feedback
sha256: "08508038ee77c9ec1c27a39e6cc7fae5a1f9c59da20c771b2fbd52258ff31206"
sha256: "0efc505b83fbb3546344a9c94988938954c11f8680a9ed9e226ff82fe924053d"
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.3.4"
version: "0.3.4+4"
tolyui_message:
dependency: transitive
description:
Expand All @@ -1070,10 +1078,10 @@ packages:
dependency: "direct main"
description:
name: url_launcher
sha256: "6ce1e04375be4eed30548f10a315826fd933c1e493206eab82eed01f438c8d2e"
sha256: "21b704ce5fa560ea9f3b525b43601c678728ba46725bab9b01187b4831377ed3"
url: "https://pub.flutter-io.cn"
source: hosted
version: "6.2.6"
version: "6.3.0"
url_launcher_android:
dependency: transitive
description:
Expand Down
10 changes: 5 additions & 5 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: 2.8.1+0
version: 2.8.2+0

environment:
sdk: '>=3.0.6 <4.0.0'
Expand Down Expand Up @@ -46,8 +46,8 @@ dependencies:
bot_toast: ^4.1.3
shared_preferences: ^2.2.3
package_info_plus: ^8.0.0
url_launcher: ^6.2.6
dio: ^5.4.3+1
url_launcher: ^6.3.0
dio: ^5.5.0+1
desktop_drop: ^0.4.4
cross_file: any
flutter_launcher_icons: ^0.13.1
Expand All @@ -61,9 +61,9 @@ dependencies:
# vclibs: ^0.1.3
animations: ^2.0.11
contextmenu: ^3.0.0
tolyui_feedback: ^0.3.4
tolyui_feedback: ^0.3.4+4
vs_scrollbar: ^1.0.0
extended_text: ^13.0.0
extended_text: ^13.0.2
reorderable_grid: ^1.0.10

dev_dependencies:
Expand Down
6 changes: 6 additions & 0 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"info": [{
"version": "2.8.2",
"description": [
"预览图片时可以切换到其他图片",
"修复了手动输入整理文件夹的名称时无法保留的BUG"
]
},{
"version": "2.8.1",
"description": [
"修复了视图模式下更改了图片顺序后重命名图片因缓存无法刷新的错误"
Expand Down

0 comments on commit c3d463a

Please sign in to comment.