Skip to content

Commit 24370f6

Browse files
committed
version 1.4.4
1 parent 54d5bdf commit 24370f6

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

lib/request/api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Api {
22
// 当前版本
3-
static const String version = '1.4.3';
3+
static const String version = '1.4.4';
44
// 规则API级别
55
static const int apiLevel = 3;
66
// 项目主页

pubspec.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,14 @@ packages:
12161216
url: "https://pub.dev"
12171217
source: hosted
12181218
version: "1.2.0"
1219+
styled_text:
1220+
dependency: "direct main"
1221+
description:
1222+
name: styled_text
1223+
sha256: fd624172cf629751b4f171dd0ecf9acf02a06df3f8a81bb56c0caa4f1df706c3
1224+
url: "https://pub.dev"
1225+
source: hosted
1226+
version: "8.1.0"
12191227
synchronized:
12201228
dependency: transitive
12211229
description:
@@ -1537,6 +1545,14 @@ packages:
15371545
url: "https://pub.dev"
15381546
source: hosted
15391547
version: "6.5.0"
1548+
xmlstream:
1549+
dependency: transitive
1550+
description:
1551+
name: xmlstream
1552+
sha256: cfc14e3f256997897df9481ae630d94c2d85ada5187ebeb868bb1aabc2c977b4
1553+
url: "https://pub.dev"
1554+
source: hosted
1555+
version: "1.1.1"
15401556
xpath_selector:
15411557
dependency: "direct main"
15421558
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.4.3+1
19+
version: 1.4.4+1
2020

2121
environment:
2222
sdk: '>=3.3.4 <4.0.0'

0 commit comments

Comments
 (0)