From ccc6a558c67ef1210a25be208c8b3045939d5652 Mon Sep 17 00:00:00 2001 From: Sven Tiigi Date: Tue, 25 Jun 2019 19:26:54 +0200 Subject: [PATCH] =?UTF-8?q?ValidatedPropertyKit=20Version=200.0.1=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configs/ValidatedPropertyKit.plist | 2 +- Configs/ValidatedPropertyKitTests.plist | 2 +- ValidatedPropertyKit.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Configs/ValidatedPropertyKit.plist b/Configs/ValidatedPropertyKit.plist index d62abf8..7f5f191 100644 --- a/Configs/ValidatedPropertyKit.plist +++ b/Configs/ValidatedPropertyKit.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 0.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/Configs/ValidatedPropertyKitTests.plist b/Configs/ValidatedPropertyKitTests.plist index ba72822..0507bbd 100644 --- a/Configs/ValidatedPropertyKitTests.plist +++ b/Configs/ValidatedPropertyKitTests.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.0 + 0.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/ValidatedPropertyKit.podspec b/ValidatedPropertyKit.podspec index 43431dd..932d26c 100644 --- a/ValidatedPropertyKit.podspec +++ b/ValidatedPropertyKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ValidatedPropertyKit" - s.version = "1.0.0" + s.version = "0.0.1" s.summary = "ValidatedPropertyKit" s.homepage = "https://SvenTiigi@github.com/SvenTiigi/ValidatedPropertyKit" s.license = { :type => "MIT", :file => "LICENSE" }