From 69c0ae3fb52695c8940cff75451ab5f214adc5ec Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Wed, 23 Mar 2016 16:07:23 +0100 Subject: [PATCH] Bump version number to 1.3.0. --- BigInt.podspec | 4 ++-- version.xcconfig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BigInt.podspec b/BigInt.podspec index 264011d..dbaaf7c 100644 --- a/BigInt.podspec +++ b/BigInt.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = 'BigInt' - spec.version = '1.2.3' + spec.version = '1.3.0' spec.osx.deployment_target = "10.9" spec.ios.deployment_target = "8.0" spec.tvos.deployment_target = "9.0" @@ -10,7 +10,7 @@ Pod::Spec.new do |spec| spec.summary = 'Arbitrary-precision arithmetic in pure Swift' spec.homepage = 'https://github.com/lorentey/BigInt' spec.author = 'Károly Lőrentey' - spec.source = { :git => 'https://github.com/lorentey/BigInt.git', :tag => 'v1.2.3' } + spec.source = { :git => 'https://github.com/lorentey/BigInt.git', :tag => 'v1.3.0' } spec.source_files = 'Sources/*.swift' spec.social_media_url = 'https://twitter.com/lorentey' spec.documentation_url = 'http://lorentey.github.io/BigInt/api/' diff --git a/version.xcconfig b/version.xcconfig index d504509..165bdf8 100644 --- a/version.xcconfig +++ b/version.xcconfig @@ -1,2 +1,2 @@ -VERSION_STRING = 1.2.3 -BUILD_NUMBER = 0 +VERSION_STRING = 1.3.0 +BUILD_NUMBER = 1