diff --git a/Configs/ValidatedPropertyKit.plist b/Configs/ValidatedPropertyKit.plist index 7f5f191..6108e35 100644 --- a/Configs/ValidatedPropertyKit.plist +++ b/Configs/ValidatedPropertyKit.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.0.1 + 0.0.2 CFBundleSignature ???? CFBundleVersion diff --git a/Configs/ValidatedPropertyKitTests.plist b/Configs/ValidatedPropertyKitTests.plist index 0507bbd..aac5336 100644 --- a/Configs/ValidatedPropertyKitTests.plist +++ b/Configs/ValidatedPropertyKitTests.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.0.1 + 0.0.2 CFBundleSignature ???? CFBundleVersion diff --git a/ValidatedPropertyKit.podspec b/ValidatedPropertyKit.podspec index 932d26c..29fd38d 100644 --- a/ValidatedPropertyKit.podspec +++ b/ValidatedPropertyKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ValidatedPropertyKit" - s.version = "0.0.1" + s.version = "0.0.2" s.summary = "ValidatedPropertyKit" s.homepage = "https://SvenTiigi@github.com/SvenTiigi/ValidatedPropertyKit" s.license = { :type => "MIT", :file => "LICENSE" }