fastlane-plugin-flutter_version 1.1.10 → 1.1.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8947107f6181ea2ca0a090c48a6e10c0301d37951ff415f16d73e25180a7efd2
4
- data.tar.gz: 2ebac4c65c3d4d9ab92b8b5178c4cff52693b649c3046bd922000f8b71d07bdb
3
+ metadata.gz: f6f28e7fce718e615efaa64c8cdd23feb67e2997468ecaa387a0291d964e8685
4
+ data.tar.gz: 9b3f2d1acfd52fd635c092e0a1363ac347b2ff70397b21fb68b931b1a11d9ff9
5
5
  SHA512:
6
- metadata.gz: 4b9544e5755ae19bf53e680c15f0636672c491da242fd062d405955b9b68ea8ac3012d04cbcb0ef9cabbc5fdf0b4b33d87d45211b3dcd4221e502e553fbc6059
7
- data.tar.gz: 522f934def910141972e25c9ee8a418a9d0953b5191d9d5acdab3289dd4d7e1134b349755068345e4c5564aa469a8186476869328deb512149d47b955584cec7
6
+ metadata.gz: 6dfeb0f6922d15660c11b3ee35b3672250a338c667a5a33c1c1b13ec1f14d2a92c5ecbe60a08b710f5aab3687b10ebbe7c7bc8bbff6f45caf21350d3179ca81f
7
+ data.tar.gz: 19ba9d07ff9eb806fd9fa9be09b3e0b682d7660ceae5be8bdcadd1435b95b60880e46d754482d574a2f1faeab4f088df1fe5b8e5fe5e59540f534733a293d1c9
data/README.md CHANGED
@@ -108,8 +108,8 @@ end
108
108
 
109
109
  | Name | Description | Optional | Type | Default |
110
110
  | :------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------: | :-------: | :---------------: |
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` |
113
113
 
114
114
  ## About Fastlane
115
115
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fastlane
4
4
  module FlutterVersion
5
- VERSION = '1.1.10'
5
+ VERSION = '1.1.11'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-flutter_version
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - tianhaoz95