From 47fb0611688ddae0f7e1bdd620b34af74509ce25 Mon Sep 17 00:00:00 2001 From: Daniel Thorpe Date: Sun, 28 Feb 2016 11:07:16 +0000 Subject: [PATCH] [release/1.6.0]: Bumps the version --- .jazzy.yaml | 2 +- Money.podspec | 4 ++-- Supporting Files/Money.xcconfig | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index e3302c4..1f21354 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,7 +1,7 @@ author_name: Daniel Thorpe author_url: http://danthorpe.me module_name: Money -module_version: 1.5.1 +module_version: 1.6.0 github_url: https://github.com/danthorpe/Money readme: README.md podspec: Money.podspec diff --git a/Money.podspec b/Money.podspec index aa8a2e1..a193e65 100644 --- a/Money.podspec +++ b/Money.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Money" - s.version = "1.5.1" + s.version = "1.6.0" s.summary = "Swift types for working with Money." s.description = <<-DESC @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.author = { "Daniel Thorpe" => "@danthorpe" } s.source = { :git => "https://github.com/danthorpe/Money.git", :tag => s.version.to_s } s.module_name = 'Money' - s.documentation_url = 'http://docs.danthorpe.me/money/1.5.1/index.html' + s.documentation_url = 'http://docs.danthorpe.me/money/1.6.0/index.html' s.social_media_url = 'https://twitter.com/danthorpe' s.requires_arc = true s.ios.deployment_target = '8.0' diff --git a/Supporting Files/Money.xcconfig b/Supporting Files/Money.xcconfig index 7287a96..2a940ca 100644 --- a/Supporting Files/Money.xcconfig +++ b/Supporting Files/Money.xcconfig @@ -6,7 +6,7 @@ // // -MONEY_VERSION = 1.5.1 +MONEY_VERSION = 1.6.0 APPLICATION_EXTENSION_API_ONLY = YES INFOPLIST_FILE = $(SRCROOT)/Supporting Files/Info.plist