Skip to content

Commit 4e319a0

Browse files
committed
Release 0.3.1
1 parent c994b49 commit 4e319a0

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to `ClusterKit` project will be documented in this file.
33

44
---
55

6+
## [0.3.1](https://github.com/hulab/ClusterKit/releases/tag/0.3.0) - October 24, 2017
7+
8+
### Fixed
9+
10+
- **CKClusterManager.m**: Fix annotation selection.
11+
612
## [0.3.0](https://github.com/hulab/ClusterKit/releases/tag/0.3.0) - October 18, 2017
713

814

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

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

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

3741
### Added

ClusterKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "ClusterKit"
4-
s.version = "0.3.0"
4+
s.version = "0.3.1"
55
s.summary = "ClusterKit is a map clustering framework targeting MapKit, Google Maps and Mapbox."
66

77
s.description = <<-DESC

Framework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.3.0</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)