Skip to content

Commit

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

### Bug Fixes

* remove emoji to prepare for semantic-release ([116ba9d](116ba9d))
  • Loading branch information
tianhaoz95 committed May 18, 2021
1 parent 3ccaa40 commit 6c7476b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [1.1.1](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.0...v1.1.1) (2021-05-18)


### Bug Fixes

* remove emoji to prepare for semantic-release ([116ba9d](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/116ba9d89e9c24f8c5eb160e971c02efb7382f4b))
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.0.25'
VERSION = '1.1.1'
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastlane-plugin-flutter_version",
"version": "1.1.0",
"version": "1.1.1",
"description": "<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END -->",
"main": "index.js",
"directories": {
Expand All @@ -27,4 +27,4 @@
"semantic-release": "^17.4.3",
"semantic-release-rubygem": "^1.2.0"
}
}
}

0 comments on commit 6c7476b

Please sign in to comment.