fastlane-plugin-flutter_version 1.1.7 → 1.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d999c64c2bba27a883e48d70740f60fd13517c824ae8481656663f5d423ebf6
4
- data.tar.gz: 87db3e43683bc5150fee3b56f1489f950468d4ba0b96a8b2969ce1c42e639ef0
3
+ metadata.gz: a79e9efc3d511d154805c87ac1dd920ae3c772b354991b693dde3549182974bc
4
+ data.tar.gz: f75febaa5b9f02ed7907cb60097bb0896fd844663c637c308ef85395434bf782
5
5
  SHA512:
6
- metadata.gz: 552ade8e849dcbf07204defca7270a0bc03f77e45a99a5817b54acc1eb6075832694c995ca505ce8d7eb6ebedfb3756bc2ef7406b55b57168a0844cef5288f78
7
- data.tar.gz: 13469c2f9bc9bddb9021cacc9d851a473c85772f32d3d0949ec1627245c139a345eafcc6b6844fb958a1232041c29b3cc1f0e32e4cdfe9c2234b4b5fa1e33d9d
6
+ metadata.gz: 0c1fe95c5097be8f6a97f93976c4ebc034ad9c096388892c4b4637c95bcd6253febcab1cd79ca60927f22ab68dfbc69dbe84b361a35847c7cda438ee0f9fef62
7
+ data.tar.gz: 7a783804b36a25178c4e22f866423ebb7ce6e90347e4d1daaf4c1c1ebd7755ab2a48df759de365cb98c14aac65502ba1de79564549599b1003e744dfdffa99af
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.7'
5
+ VERSION = '1.1.12'
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.7
4
+ version: 1.1.12
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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler