File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'BTree'
3
- spec . version = '3.1 .0'
3
+ spec . version = '4.0 .0'
4
4
spec . osx . deployment_target = "10.9"
5
5
spec . ios . deployment_target = "8.0"
6
6
spec . tvos . deployment_target = "9.0"
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
9
9
spec . author = 'Károly Lőrentey'
10
10
spec . homepage = 'https://github.com/lorentey/BTree'
11
11
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' }
13
13
spec . source_files = 'Sources/*.swift'
14
14
spec . social_media_url = 'https://twitter.com/lorentey'
15
15
spec . documentation_url = 'http://lorentey.github.io/BTree/api/'
Original file line number Diff line number Diff line change 1
1
// 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
You can’t perform that action at this time.
0 commit comments