fastlane-plugin-increment_version_code 0.4.1 → 0.4.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
  SHA1:
3
- metadata.gz: 4861466762cdb494bb1be875b90495e1dc4790a3
4
- data.tar.gz: b894fe24a67f76def65ca74addedb66881a4a498
3
+ metadata.gz: 6c9e20d422b304b752d460d3d0b968ffa43886d7
4
+ data.tar.gz: 138bd73800c6c879e45ddc529694feef7449426e
5
5
  SHA512:
6
- metadata.gz: 4f23831ca0b39fc26a1ec79211b6cf3b5615c84cd3d407b5e1b4eaf70b6ae087669e78150c26321a789dc92cccb4a2dc3545faca73f9d037f2a8e8ea97a21550
7
- data.tar.gz: 28c7f16d273aae9cca2c5bfcda199bc98d83cf2f84585fd21af1461373021438ecc237a30300c1dab0b95f7da64262c8f8081596f8dc3a81523fdaa1b1adc244
6
+ metadata.gz: c1804cbf2461407bfe6e91d6971cdb63ff4bb55a038be8208b618a6ab4a6d699ed217f83c7264b8304b1aa1bf6dae3391a44c8ad7516e79a3b715571507c6499
7
+ data.tar.gz: 37af2350929573649917375b1954441cf063f9bbd133a0c5fe915376b54083750579ffcdeee52b98e7bd247eef7b4d58b0327dc797ba117ed540854084040276
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017 Jérémy TOUDIC <jeremy.toudic@gmail.com>
3
+ Copyright (c) 2017 Jems <jeremy.toudic@gmail.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module IncrementVersionCode
3
- VERSION = "0.4.1"
3
+ VERSION = "0.4.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-increment_version_code
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jems