Skip to content

Commit 7ae6fc7

Browse files
committed
Set version to 4.1.0
1 parent 60be451 commit 7ae6fc7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

BTree.podspec

+1-1
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 = '4.0.2'
3+
spec.version = '4.1.0'
44
spec.osx.deployment_target = "10.9"
55
spec.ios.deployment_target = "8.0"
66
spec.tvos.deployment_target = "9.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ better with these than standard collections; continue reading to find out why!)
7171
[SortedBag]: http://attaswift.github.io/BTree/api/Structs/SortedBag.html
7272
[multiset]: https://en.wikipedia.org/wiki/Set_(abstract_data_type)#Multiset
7373

74-
The latest version of `BTree` requires Swift 3.0. (The last release supporting Swift 2 was 2.1.0.)
74+
The latest version of `BTree` requires Swift 4. (The last release supporting Swift 3 was 4.0.2.)
7575

7676
### <a name="api">[Reference Documentation][doc]</a>
7777

version.xcconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Increment the build number whenever you modify the version string.
2-
VERSION_STRING = 5.0.0-alpha
3-
BUILD_NUMBER = 12
2+
VERSION_STRING = 4.1.0
3+
BUILD_NUMBER = 13
44

55
BUNDLE_IDENTIFIER_BASE = org.attaswift.$(PROJECT_NAME)

0 commit comments

Comments
 (0)