Skip to content

Commit

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

---

## [0.3.1](https://github.com/hulab/ClusterKit/releases/tag/0.3.0) - October 24, 2017

### Fixed

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

## [0.3.0](https://github.com/hulab/ClusterKit/releases/tag/0.3.0) - October 18, 2017


Expand Down Expand Up @@ -30,8 +36,6 @@ Identical clusters are no more replaced and the clusters animation have been imp

- **CKCluster**: Compute the cluster bounds. Add cluster comparison methods.

### Fixed

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

### Added
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.3.0"
s.version = "0.3.1"
s.summary = "ClusterKit is a map clustering framework targeting MapKit, Google Maps and Mapbox."

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.3.0</string>
<string>0.3.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 4e319a0

Please sign in to comment.