Skip to content

Commit

Permalink
chore(release): 1.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.6](v1.1.5...v1.1.6) (2021-06-01)

### Bug Fixes

* some maintaining work ([#129](#129)) ([b3f8fdc](b3f8fdc))
  • Loading branch information
tianhaoz95 committed Jun 1, 2021
1 parent b3f8fdc commit a67f65f
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.6](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.5...v1.1.6) (2021-06-01)


### Bug Fixes

* some maintaining work ([#129](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues/129)) ([b3f8fdc](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/b3f8fdcb0d7569b5d6526d4e9fde74ebcd997925))

## [1.1.5](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.4...v1.1.5) (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.5'
VERSION = '1.1.6'
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.5",
"version": "1.1.6",
"description": "TBH this is only for releasing the package...",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit a67f65f

Please sign in to comment.