Skip to content

Commit

Permalink
bump version 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGong2013 committed Jul 1, 2022
1 parent 6156eb7 commit b6be020
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 0.7.2
# 1.0.0-beta.1

* migrate to flutter 3.0.3
* rewrite android plugin

## 0.7.2

* migrate to flutter 2.5.0
* fix typo
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ _Flutter **stable channel** 发布后 **一周内**适配发布对应的`g_farad

| g_faraday | flutter | cocoapods | remark |
| ------------------- | ------------------------------------------------------------------------- | --------- | ------------- |
| ^1.0.0-beta.1 | Flutter 3.0.3 • channel stable • `https://github.com/flutter/flutter.git` | any | latest |
| ^0.7.2 | Flutter 2.5.0 • channel stable • `https://github.com/flutter/flutter.git` | any | recommend |
| ^0.7.0 | Flutter 2.0.0 • channel stable | any | not recommend |
| ^0.5.1-nullsafety.0 | Flutter 1.24.0-10.2.pre • channel beta | any | not recommend |
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.7.2"
version: "1.0.0-beta.1"
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.7.2
version: 1.0.0-beta.1
homepage: https://github.com/gfaraday/g_faraday

environment:
Expand Down

0 comments on commit b6be020

Please sign in to comment.