Skip to content

Commit

Permalink
bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Jul 9, 2020
1 parent 745a6eb commit d6a2919
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.2.0
* Merged #249

## 2.1.0
* Specifying supported platforms
* Fix: Android分享小程序时,缩略图压缩过重的问题
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fluwx
description: The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers can use WeChatSDK easily, such as sharing, payment, lanuch mini program and etc.
version: 2.1.0
version: 2.2.0
homepage: https://github.com/JarvanMo/fluwx

environment:
Expand Down
8 changes: 8 additions & 0 deletions test/fluwx_iml_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,12 @@ void main() {
true);
});
});

group("learn", () {
test("description", () async {
print("argumentsss");


});
});
}

0 comments on commit d6a2919

Please sign in to comment.