fastlane-craft 1.5.6 → 1.5.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fastlane-craft/app_release_manager.rb +1 -1
- data/lib/fastlane-craft/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40986f4dffebe0afd73b10077667851ce9f38bbdf25f8e099037199d17fe6479
|
4
|
+
data.tar.gz: f147a588654ab2a378a27bc579cd0b61af776cb844e85e37ac527ce9e8f329d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a2076dbf46c9103c24a6a99e0cfe2ae06ead10454faddb103102e4ab80242a5e5d3ecd7d5c70e1cbe5e1b267894b6f5888b03bae4ea234d9fc1e5a02757a3d3
|
7
|
+
data.tar.gz: e2939f0f8fcf728708f53cca428fab376f90ddfceac63cc0bce583941b26a059c246e8d233440e3c1fd2138fa3f8c7833d848a07e1543abfa60b27fd5e6a557c
|
@@ -27,7 +27,7 @@ module FastlaneCraft
|
|
27
27
|
bump_version
|
28
28
|
archive
|
29
29
|
upload_to_tf
|
30
|
-
build_version.nil? ? @project_controller.bump_build_version_patch : @project_controller.set_build_version(build_version)
|
30
|
+
@build_version.nil? ? @project_controller.bump_build_version_patch : @project_controller.set_build_version(@build_version)
|
31
31
|
update_env
|
32
32
|
push_version_bump
|
33
33
|
|