From 2838ed06de2f27783b044815aca8f2fcb90c9aeb Mon Sep 17 00:00:00 2001 From: Daniel Thorpe Date: Thu, 19 Nov 2015 18:59:04 +0000 Subject: [PATCH] [release]: Updates the version to 1.3.0 --- Money.podspec | 2 +- Supporting Files/Money.xcconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Money.podspec b/Money.podspec index 68c1828..26f2b7c 100644 --- a/Money.podspec +++ b/Money.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Money" - s.version = "1.2.1" + s.version = "1.3.0" s.summary = "Swift types for working with Money." s.description = <<-DESC diff --git a/Supporting Files/Money.xcconfig b/Supporting Files/Money.xcconfig index f8bd0c3..850e0bd 100644 --- a/Supporting Files/Money.xcconfig +++ b/Supporting Files/Money.xcconfig @@ -6,7 +6,7 @@ // // -MONEY_VERSION = 1.2.1 +MONEY_VERSION = 1.3.0 APPLICATION_EXTENSION_API_ONLY = YES INFOPLIST_FILE = $(SRCROOT)/Supporting Files/Info.plist