Skip to content

Commit 7d494d4

Browse files
committed
Release 0.4.1
1 parent 13aa7ca commit 7d494d4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 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.4.1](https://github.com/hulab/ClusterKit/releases/tag/0.4.1) - July 1, 2019
7+
8+
### Updated
9+
10+
- **Mapbox**: 5.0 [#75](https://github.com/hulab/ClusterKit/pull/75)
11+
612
## [0.4.0](https://github.com/hulab/ClusterKit/releases/tag/0.4.0) - February 11, 2019
713

814
### 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.4.0"
4+
s.version = "0.4.1"
55
s.summary = "ClusterKit is a map clustering framework targeting MapKit, Google Maps, Mapbox and YandexMapKit."
66

77
s.description = <<-DESC

ClusterKit.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@
454454
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
455455
GCC_WARN_UNUSED_FUNCTION = YES;
456456
GCC_WARN_UNUSED_VARIABLE = YES;
457-
IPHONEOS_DEPLOYMENT_TARGET = 10.1;
458457
MTL_ENABLE_DEBUG_INFO = YES;
459458
ONLY_ACTIVE_ARCH = YES;
460459
SDKROOT = iphoneos;
@@ -509,7 +508,6 @@
509508
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
510509
GCC_WARN_UNUSED_FUNCTION = YES;
511510
GCC_WARN_UNUSED_VARIABLE = YES;
512-
IPHONEOS_DEPLOYMENT_TARGET = 10.1;
513511
MTL_ENABLE_DEBUG_INFO = NO;
514512
SDKROOT = iphoneos;
515513
TARGETED_DEVICE_FAMILY = "1,2";

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.4.0</string>
18+
<string>0.4.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)