From 161d8b1258cfaf9041330898dc27816ab4a8076f Mon Sep 17 00:00:00 2001 From: Daniel Thorpe Date: Sun, 8 Nov 2015 23:35:35 +0000 Subject: [PATCH] [release]: Bumps version to 1.2.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 df6904f..568362e 100644 --- a/Money.podspec +++ b/Money.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Money" - s.version = "1.1.0" + s.version = "1.2.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 1d3979c..da46098 100644 --- a/Supporting Files/Money.xcconfig +++ b/Supporting Files/Money.xcconfig @@ -6,7 +6,7 @@ // // -MONEY_VERSION = 1.1.0 +MONEY_VERSION = 1.2.0 APPLICATION_EXTENSION_API_ONLY = YES INFOPLIST_FILE = $(SRCROOT)/Supporting Files/Info.plist