File tree 3 files changed +4
-4
lines changed
3 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 = '4.0.2 '
3
+ spec . version = '4.1.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"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ better with these than standard collections; continue reading to find out why!)
71
71
[ SortedBag ] : http://attaswift.github.io/BTree/api/Structs/SortedBag.html
72
72
[ multiset ] : https://en.wikipedia.org/wiki/Set_(abstract_data_type)#Multiset
73
73
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 .)
75
75
76
76
### <a name =" api " >[ Reference Documentation] [ doc ] </a >
77
77
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 = 5.0.0-alpha
3
- BUILD_NUMBER = 12
2
+ VERSION_STRING = 4.1.0
3
+ BUILD_NUMBER = 13
4
4
5
5
BUNDLE_IDENTIFIER_BASE = org.attaswift.$(PROJECT_NAME)
You can’t perform that action at this time.
0 commit comments