fastlane-plugin-flutter_version 1.1.6 → 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: e5179056b39fc716ff141415cf740770531b2c5f18f8c73464aab7304bf6f4a7
4
- data.tar.gz: 45c21cc4dc2044b74af21dd297639b1ac888aad3c51e7343207ca7a11a1ddc77
3
+ metadata.gz: f6f28e7fce718e615efaa64c8cdd23feb67e2997468ecaa387a0291d964e8685
4
+ data.tar.gz: 9b3f2d1acfd52fd635c092e0a1363ac347b2ff70397b21fb68b931b1a11d9ff9
5
5
  SHA512:
6
- metadata.gz: ced2638129f757fe750b6a59f07b623cb671f9393091a6cfd82cc76dadf77dc43aa29e62a98c90f6ab6fd6b42cfadc303c546b14280ba00f070a2cb9f669967a
7
- data.tar.gz: 1629c75f84ffc4df26e56db4f9547fa62d2d74840913b093b1bb5601244568a89b6b6a652556b0ca6318a8f7b7c0185f089664512d1e92a0392ae77ed3e893af
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.6'
5
+ VERSION = '1.1.11'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-flutter_version
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - tianhaoz95
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-01 00:00:00.000000000 Z
11
+ date: 2021-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler