fastlane-plugin-flutter_build_increment 0.1.0 → 0.1.1

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: c119d5de3dfd038bec431ac7a00c68fd480a61610b41af0f5dd9c5abb2e245bf
4
- data.tar.gz: a71c4e4e4bea5cc1f6300fd8cc1833877786e917416ce6e86bf25fdd23553f55
3
+ metadata.gz: 309cf53e4456d7644f65b6589af789af197e43839b25d0fe29c255a47add3b66
4
+ data.tar.gz: 438ad190a57f308b15f99f90f35fec573ce656c45a0a96bf4d39df580181db4a
5
5
  SHA512:
6
- metadata.gz: e64f49af221a51d80fc8c7d95c87753239e6188ad47997de9a1505631f345438696a0fd0201853323e937e1113f079d9df544a9b27f8a1d5158f25fbb320329a
7
- data.tar.gz: d9f7675c1697f0ca4235ff1ef614eb25d22612111dcb3793eb909dd1af793c3a4b23814fdb2d3c29598e4888adfa6114ecb2c0d56be3d3c2b7229f595bcca40d
6
+ metadata.gz: cb415483bb5b7b2e8883b8c3344f10b514a5f3700830d2c2af5d3df0fff2775c01acb42e95d7c2fe701a9e15a8404ad710f0137d898f2f0e35c4188abdc2d76e
7
+ data.tar.gz: 1b868aab143afcff68c1893ec1a9e112e9de5edaad0f6e2f2e3ea35b604afc5554e556b29d570c33c8d6922d38b97b1534b97a75a667c22a0ef51039afae5e4f
data/README.md CHANGED
@@ -12,9 +12,14 @@ fastlane add_plugin flutter_build_increment
12
12
 
13
13
  ## About flutter_build_increment
14
14
 
15
- Increments pubspec.yaml build version number i.e. 1.0.0+1 to 1.0.0+2
15
+ Increments pubspec.yaml (in ../pubsec.yaml location) build version number i.e. 1.0.0+1 to 1.0.0+2. Nothing more nothing less.
16
16
 
17
- **Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here.
17
+ Todo:
18
+ - return new build number and other version data to be used in the lane
19
+ - fix test case
20
+ - provide path to pubsec.yaml as parameter
21
+
22
+ make sure to tag your build number.
18
23
 
19
24
  ## Example
20
25
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FlutterBuildIncrement
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-flutter_build_increment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthias Seiderer