From 64e862dce5763d1c3560c062457948b2aa6f38df Mon Sep 17 00:00:00 2001 From: Alex Cristea Date: Sat, 4 Mar 2017 06:57:08 +0200 Subject: [PATCH] Bump marketing version to 0.3.0 --- Cartfile | 2 +- Cartfile.resolved | 2 +- Sources/Info.plist | 2 +- Tests/Info.plist | 2 +- ValidationComponents.podspec | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cartfile b/Cartfile index 555c289..216096d 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "nsagora/validation-toolkit" "develop" \ No newline at end of file +github "nsagora/validation-toolkit" ~> 0.4.1 \ No newline at end of file diff --git a/Cartfile.resolved b/Cartfile.resolved index 97fe983..5712c1c 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "nsagora/validation-toolkit" "89d612099d3d368238f2ca76ce4fb172e6c1c65a" +github "nsagora/validation-toolkit" "0.4.1" diff --git a/Sources/Info.plist b/Sources/Info.plist index badd676..0d6341f 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.0 + 0.3.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Tests/Info.plist b/Tests/Info.plist index e2c00d3..87d3dc8 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.2.0 + 0.3.0 CFBundleVersion 1 diff --git a/ValidationComponents.podspec b/ValidationComponents.podspec index 2da3f44..a5db0d3 100644 --- a/ValidationComponents.podspec +++ b/ValidationComponents.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'ValidationComponents' - s.version = '0.2.0' + s.version = '0.3.0' s.summary = 'Lightweight framework for input validation' # This description is used to generate tags and improve search results. @@ -32,5 +32,5 @@ Pod::Spec.new do |s| s.source_files = 'Sources/*.swift' - s.dependency 'ValidationToolkit' + s.dependency 'ValidationToolkit', '~> 0.4.1' end