File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ All notable changes to `ClusterKit` project will be documented in this file.
33
44---
55
6+ ## [ 0.2.0] ( https://github.com/hulab/ClusterKit/releases/tag/0.2.0 ) - July 24, 2017
7+
8+ ### Added
9+
10+ - ** CKQuadTree.m** : Drag and Drop support.
11+
12+ ### Fixed
13+
14+ - ** CKClusterManager.m** : Fix annotation selection/deselection.
15+
616## [ 0.1.3] ( https://github.com/hulab/ClusterKit/releases/tag/0.1.3 ) - July 5, 2017
717
818### Updated
Original file line number Diff line number Diff line change 11
22Pod ::Spec . new do |s |
33 s . name = "ClusterKit"
4- s . version = "0.1.3 "
4+ s . version = "0.2.0 "
55 s . summary = "ClusterKit is a map clustering framework targeting MapKit and Google Maps."
66
77 s . description = <<-DESC
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.1.3 </string >
18+ <string >0.2.0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments