Skip to content

Commit 13094ad

Browse files
committed
Bump version to 4.0.0.
1 parent 793e38f commit 13094ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BTree.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'BTree'
3-
spec.version = '3.1.0'
3+
spec.version = '4.0.0'
44
spec.osx.deployment_target = "10.9"
55
spec.ios.deployment_target = "8.0"
66
spec.tvos.deployment_target = "9.0"
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.author = 'Károly Lőrentey'
1010
spec.homepage = 'https://github.com/lorentey/BTree'
1111
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
12-
spec.source = { :git => 'https://github.com/lorentey/BTree.git', :tag => 'v3.1.0' }
12+
spec.source = { :git => 'https://github.com/lorentey/BTree.git', :tag => 'v4.0.0' }
1313
spec.source_files = 'Sources/*.swift'
1414
spec.social_media_url = 'https://twitter.com/lorentey'
1515
spec.documentation_url = 'http://lorentey.github.io/BTree/api/'

version.xcconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Increment the build number whenever you modify the version string.
2-
VERSION_STRING = 3.2.0
3-
BUILD_NUMBER = 8
2+
VERSION_STRING = 4.0.0
3+
BUILD_NUMBER = 9

0 commit comments

Comments
 (0)