fastlane-plugin-update_xcodeproj 1.0 → 1.0.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
  SHA1:
3
- metadata.gz: 3273627d9d9a0294d2395e0dd96594c277abcda8
4
- data.tar.gz: 5a41fb09eafaa592f5409dfd2a85496c7cf72772
3
+ metadata.gz: 563c7927d9fd825120b44511d450085fb00adcc6
4
+ data.tar.gz: 5d4bd84d981e92d1d68b4625d8f46357e25b291d
5
5
  SHA512:
6
- metadata.gz: 24f7dabfd63b8c2ba16626a0867b167ad00ec0fd15c59bbac12b065d047c123f2d0025295bf88959a153215775bf4956cf180fedd9f84c5defc859cf11f7f969
7
- data.tar.gz: 20f01cf0cec08ac4548fa53b38d597ccc246cc2d6ca5aa7c2be6f0cc37db7dba114072a31e855ddfa1663d0bc2b1713af10ba94b70c5904905a11cf95348bef5
6
+ metadata.gz: 142581be53bc881fbceadd47bdd14df8713d5ff1a955dc49f35fe5b0c659b89b67486a69d40933800819e4a0bdeda74b2f3642397eda7e6a5d385bf18016becc
7
+ data.tar.gz: 298b4c6cf787113edf7faea4d6dc8e7b00b4368d9ac5c14111bdd3571a5ab75fa7c361baa5f04753d8e790ae9e23c01d6966d29b3501cdb5e7b8de513bc4a5d3
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fastlane
4
4
  module UpdateXcodeproj
5
- VERSION = "1.0"
5
+ VERSION = "1.0.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-update_xcodeproj
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fumiya Nakamura