Skip to content

Commit ba58779

Browse files
author
raoxudong
committed
修改版本号
1 parent 625aeb7 commit ba58779

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by pub on 2019-08-21 16:32:49.978054.
1+
# Generated by pub on 2019-08-23 15:35:48.440553.
22
analyzer:file:///Applications/flutter/.pub-cache/hosted/pub.flutter-io.cn/analyzer-0.37.0/lib/
33
args:file:///Applications/flutter/.pub-cache/hosted/pub.flutter-io.cn/args-1.5.2/lib/
44
async:file:///Applications/flutter/.pub-cache/hosted/pub.flutter-io.cn/async-2.3.0/lib/

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.0
1+
## 0.1.0
22
+ 修复:调用 sendLocalNotification 接口 crash 问题;
33
+ 修复:iOS 启动 APP 角标自动消失问题;
44
+ 修复执行 flutter build apk 打包错误问题;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
```yaml
99
dependencies:
10-
jpush_flutter: 0.2.0
10+
jpush_flutter: 0.1.0
1111
```
1212
1313
### 配置

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ packages:
136136
path: ".."
137137
relative: true
138138
source: path
139-
version: "0.2.0"
139+
version: "0.1.0"
140140
js:
141141
dependency: transitive
142142
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jpush_flutter
22
description: Offically supported JPush Flutter plugin.
3-
version: 0.2.0
3+
version: 0.1.0
44
author: huminios <[email protected]>
55
homepage: https://www.jiguang.cn
66

0 commit comments

Comments
 (0)