Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed Jul 24, 2017
1 parent 3853363 commit c836e6e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,16 @@ All notable changes to `ClusterKit` project will be documented in this file.

---

## [0.2.0](https://github.com/hulab/ClusterKit/releases/tag/0.2.0) - July 24, 2017

### Added

- **CKQuadTree.m**: Drag and Drop support.

### Fixed

- **CKClusterManager.m**: Fix annotation selection/deselection.

## [0.1.3](https://github.com/hulab/ClusterKit/releases/tag/0.1.3) - July 5, 2017

### Updated
Expand Down
2 changes: 1 addition & 1 deletion ClusterKit.podspec
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "ClusterKit"
s.version = "0.1.3"
s.version = "0.2.0"
s.summary = "ClusterKit is a map clustering framework targeting MapKit and Google Maps."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Framework/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.3</string>
<string>0.2.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit c836e6e

Please sign in to comment.