fastlane-plugin-flutter_version 1.1.9 → 1.1.13

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: 96c61d8ff8016e7f531bd575de464ed651564a7453d0bc17dde888ffa83428bf
4
- data.tar.gz: b205764552720e4b79e24c07e718b0c80454a3be8484668379bf75be6e5930bb
3
+ metadata.gz: 15aded5106a68215b7832bf368ffabc21b02408e874d5d90c36f4166920c350b
4
+ data.tar.gz: 5651be3427a6cd80a85580e7de4925123fd4c77f01f024249a99b8d8ae81f051
5
5
  SHA512:
6
- metadata.gz: b37f6244e563fc41501f59e8d6952260ed0cf944e171057ab3add84d65b6fc94f11be73e9df46e571711b826f7c5d18e81c36e1e76ee35a07d44c9ed468ce122
7
- data.tar.gz: 8caf9dc373a41f6a3b226d572394b597d1b42e65f5a613fc35c954bf29db081c57c8065305b2646cc15807a918740711e1024f9819fc386e2d2e4c2733fa48f6
6
+ metadata.gz: 2a747f1205d6b9bdd0cd3df78d1ec8cfca0a5270e92abdee1694ab27c787fd2037f90a9617af249fe91d0464a01e44d44861626eefaf8e748960fbb1b8c3148f
7
+ data.tar.gz: c7e80b887e6ad0d11c51058ae480a2339ac1f188c1831f2bc572e3c384734c0458b9187e3c1aefa9c03a410a20387ccd2501f2ac7ebea473b62a9a585ad5f65e
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.9'
5
+ VERSION = '1.1.13'
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.9
4
+ version: 1.1.13
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-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler