Skip to content

Commit

Permalink
chore(release): 1.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.3](v1.1.2...v1.1.3) (2021-05-18)

### Bug Fixes

* move mergify config ([e7dabe6](e7dabe6))
  • Loading branch information
tianhaoz95 committed May 18, 2021
1 parent e7dabe6 commit 251fda7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.3](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.2...v1.1.3) (2021-05-18)


### Bug Fixes

* move mergify config ([e7dabe6](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/e7dabe647644e054609456f859afb311bd8694e0))

## [1.1.2](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.1...v1.1.2) (2021-05-18)


Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/flutter_version/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Fastlane
module FlutterVersion
VERSION = '1.1.2'
VERSION = '1.1.3'
end
end
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastlane-plugin-flutter_version",
"version": "1.1.2",
"version": "1.1.3",
"description": "TBH this is only for releasing the package...",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 251fda7

Please sign in to comment.