Skip to content

Commit

Permalink
Bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Feb 24, 2016
1 parent 27cba4c commit 5b60826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BTree.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'BTree'
spec.version = '1.0.0'
spec.version = '1.1.0'
spec.osx.deployment_target = "10.9"
spec.ios.deployment_target = "8.0"
spec.tvos.deployment_target = "9.0"
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.summary = 'In-memory b-trees and ordered collections in Swift'
spec.homepage = 'https://github.com/lorentey/BTree'
spec.author = 'Károly Lőrentey'
spec.source = { :git => 'https://github.com/lorentey/BTree.git', :tag => 'v1.0.0' }
spec.source = { :git => 'https://github.com/lorentey/BTree.git', :tag => 'v1.1.0' }
spec.source_files = 'Sources/*.swift'
spec.social_media_url = 'https://twitter.com/lorentey'
spec.documentation_url = 'http://lorentey.github.io/BTree/api/'
Expand Down
2 changes: 1 addition & 1 deletion version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION_STRING = 1.0.0
VERSION_STRING = 1.1.0
BUILD_NUMBER = 1

0 comments on commit 5b60826

Please sign in to comment.