Skip to content

Commit ef6c607

Browse files
committed
chore(release): 1.1.11 [skip ci]
## [1.1.11](v1.1.10...v1.1.11) (2021-06-02) ### Bug Fixes * domain has expired ([#134](#134)) ([ec78869](ec78869))
1 parent ec78869 commit ef6c607

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.11](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.10...v1.1.11) (2021-06-02)
2+
3+
4+
### Bug Fixes
5+
6+
* domain has expired ([#134](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues/134)) ([ec78869](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/ec78869f219436463f3752a4005fdd8435d886f7))
7+
18
## [1.1.10](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.9...v1.1.10) (2021-06-02)
29

310

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ end
108108

109109
| Name | Description | Optional | Type | Default |
110110
| :------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------: | :-------: | :---------------: |
111-
| `pubspec_location` | The location of the `pubspec.yaml` file (relative to `Fastfile`). For details, see [here](https://tianhaoz.com/fastlane-plugin-flutter_version/#/options?id=flutter-config-file-location). | :white_check_mark: | `String` | `../pubspec.yaml` |
112-
| `should_omit_version_code` | If the version code should be omitted for projects that do not use a version code. For details, see [here](https://tianhaoz.com/fastlane-plugin-flutter_version/#/options?id=version-code-omission). | :white_check_mark: | `Boolean` | `false` |
111+
| `pubspec_location` | The location of the `pubspec.yaml` file (relative to `Fastfile`). For details, see [here](https://tianhaoz95.github.io/fastlane-plugin-flutter_version/#/options?id=flutter-config-file-location). | :white_check_mark: | `String` | `../pubspec.yaml` |
112+
| `should_omit_version_code` | If the version code should be omitted for projects that do not use a version code. For details, see [here](https://tianhaoz95.github.io/fastlane-plugin-flutter_version/#/options?id=version-code-omission). | :white_check_mark: | `Boolean` | `false` |
113113

114114
## About Fastlane
115115

docs/change.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.11](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.10...v1.1.11) (2021-06-02)
2+
3+
4+
### Bug Fixes
5+
6+
* domain has expired ([#134](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues/134)) ([ec78869](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/ec78869f219436463f3752a4005fdd8435d886f7))
7+
18
## [1.1.10](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.9...v1.1.10) (2021-06-02)
29

310

lib/fastlane/plugin/flutter_version/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Fastlane
44
module FlutterVersion
5-
VERSION = '1.1.10'
5+
VERSION = '1.1.11'
66
end
77
end

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastlane-plugin-flutter_version",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "TBH this is only for releasing the package...",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)