From 59c7d071909e27ca69e9bc5e0e787cee73c897b7 Mon Sep 17 00:00:00 2001 From: Piet Brauer Date: Thu, 24 Mar 2016 15:12:09 +0800 Subject: [PATCH] Bump version --- TanukiKit.podspec | 4 ++-- TanukiKit/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TanukiKit.podspec b/TanukiKit.podspec index 9c6faea..7d41000 100644 --- a/TanukiKit.podspec +++ b/TanukiKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TanukiKit" - s.version = "0.2.2" + s.version = "0.3.0" s.summary = "A Swift API Client for GitLab CE/EE" s.description = <<-DESC You are looking at the A Swift API Client for GitLabe CE/EE. @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/nerdishbynature/tanukikit.git", :tag => s.version.to_s } s.social_media_url = "https://twitter.com/pietbrauer" s.module_name = "TanukiKit" - s.dependency "NBNRequestKit", "~> 0.2.2" + s.dependency "NBNRequestKit", "~> 0.3.0" s.requires_arc = true s.source_files = "TanukiKit/*.swift" s.ios.deployment_target = '8.0' diff --git a/TanukiKit/Info.plist b/TanukiKit/Info.plist index 33d5c6d..f42ccf5 100644 --- a/TanukiKit/Info.plist +++ b/TanukiKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.2 + 0.3.0 CFBundleSignature ???? CFBundleVersion