fastlane-plugin-flutter_bump_version 0.2.1 → 0.2.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b57a4e3fce387ecc52be8f96d19da7db9f802b506723317153b4b7fd954246c1
|
4
|
+
data.tar.gz: 00ac5a33ba1a908e3363af3fe0b62518c001dd66e7aa56179662db8ae37e35bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95cd97e7fdb269ca48c533cedc4cf5f4c4adb3325637f61a4c6643e68452a9de922048f78a7a1fcf7e0974838ca5fb4d433aa038c532ff22646a2d5a433b8c5f
|
7
|
+
data.tar.gz: 5c0c8c007469daf8ec5931e878d1c4e1ce7ca4fbb75cb601139794cb131875a4124cf4df08cee9ca240141435c5025c8086d7c11f641a93ef84258f6eb4a6fb3
|
@@ -97,7 +97,7 @@ module Fastlane
|
|
97
97
|
new_version = "#{@current_version_in_hash['major']}.#{@current_version_in_hash['minor']}.#{@current_version_in_hash['patch']}"
|
98
98
|
new_version += "+#{@current_version_in_hash['build']}"
|
99
99
|
update_pubspec(new_version, current_version)
|
100
|
-
return new_version
|
100
|
+
return Hash(new: new_version, previous: current_version)
|
101
101
|
end
|
102
102
|
|
103
103
|
def update_pubspec(new_version, current_version)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-flutter_bump_version
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mohammed chahboun
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|