Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed Nov 13, 2017
1 parent a20a4ba commit 107ea77
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,7 +3,13 @@ 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
## [0.3.2](https://github.com/hulab/ClusterKit/releases/tag/0.3.2) - November 13, 2017

### Fixed

- **CKCluster**: Fix annotation membership.

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

### Fixed

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.1"
s.version = "0.3.2"
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.1</string>
<string>0.3.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 107ea77

Please sign in to comment.