Skip to content

Commit

Permalink
feat: bump version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGong2013 committed Nov 27, 2020
1 parent 2e5a55f commit 43ce585
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 0.4.2-pre.2
# 0.4.2

* add examples

## 0.4.2-pre.2

* fix Activity animation issue
* fix ViewController swipe back gesture
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ _Flutter **stable channel** 发布后 **一周内**适配发布对应的`g_farad
``` yaml
dependencies:
# 请确认与本地Flutter兼容的版本
g_faraday: ^0.4.2-pre.2
g_faraday: ^0.4.2
```
### Flutter 端集成
Expand Down
Binary file modified doc/images/faraday_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.2-pre.2"
version: "0.4.2"
g_json:
dependency: transitive
description:
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: g_faraday
description: A very simple plugin for building hybrid stack apps with flutter
version: 0.4.2-pre.2
version: 0.4.2
homepage: https://github.com/gfaraday/g_faraday

environment:
Expand Down

0 comments on commit 43ce585

Please sign in to comment.