Skip to content

Commit

Permalink
bump to 2.0.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Mar 9, 2020
1 parent 21da96c commit d765674
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.0+1
* 按照pub建议改进

## 2.0.0
* 代码重构,现在代码结构更清晰
* 所有图片由WeChatImage构建
Expand Down
1 change: 0 additions & 1 deletion lib/src/share/share_models.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import 'package:fluwx/src/wechat_enums.dart';

const String _scene = "scene";
const String _source = "source";
const String _transaction = "transaction";
const String _thumbnail = "thumbnail";
const String _title = "title";
const String _description = "description";
Expand Down
4 changes: 2 additions & 2 deletions 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.
version: 2.0.0
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.0.0+1
homepage: https://github.com/JarvanMo/fluwx

environment:
Expand Down

0 comments on commit d765674

Please sign in to comment.