Skip to content

Commit

Permalink
Bump version number to 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Mar 23, 2016
1 parent 54d8c2f commit 69c0ae3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BigInt.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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/'
Expand Down
4 changes: 2 additions & 2 deletions version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION_STRING = 1.2.3
BUILD_NUMBER = 0
VERSION_STRING = 1.3.0
BUILD_NUMBER = 1

0 comments on commit 69c0ae3

Please sign in to comment.