From 5c897d8188e2689c1b548759590a645432e0529c Mon Sep 17 00:00:00 2001 From: Brendan Conron Date: Fri, 12 May 2017 23:37:21 -0700 Subject: [PATCH] bumped versions --- Feathers.podspec | 4 ++-- Feathers/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Feathers.podspec b/Feathers.podspec index bec935f..0458d32 100644 --- a/Feathers.podspec +++ b/Feathers.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Feathers" # Version goes here and will be used to access the git tag later on, once we have a first release. - s.version = "1.0.0" + s.version = "1.0.1" s.summary = "Swift framework for interacting with Featherjs apis" s.description = <<-DESC Swift library for connecting to a FeathersJS backend. @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE.md" } s.author = "startupthekid" - s.ios.deployment_target = "9.0" + s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.10" s.tvos.deployment_target = "9.0" s.source = { :git => "https://github.com/startupthekid/feathers-ios.git", :tag => "#{s.version}" } diff --git a/Feathers/Info.plist b/Feathers/Info.plist index 20b05ec..f9a8194 100644 --- a/Feathers/Info.plist +++ b/Feathers/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.0 + 1.0.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass