Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed Feb 11, 2019
1 parent 0e2967d commit 465f951
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@ All notable changes to `ClusterKit` project will be documented in this file.

---

## [0.4.0](https://github.com/hulab/ClusterKit/releases/tag/0.4.0) - February 11, 2019

### Added

- **Yandex Map**: Thanks to [@petropavel13](https://github.com/petropavel13) for the **YandexMapKit** integration.

## [0.3.5](https://github.com/hulab/ClusterKit/releases/tag/0.3.5) - November 14, 2018

### Updated
Expand Down
2 changes: 1 addition & 1 deletion Examples/Example-objc/CKAppDelegate.m
Expand Up @@ -36,7 +36,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(

[GMSServices provideAPIKey:@"<#Enter your google API key#>"];
[MGLAccountManager setAccessToken:@"<#Enter your Mapbox access token#>"];
[YMKMapKit setApiKey:"<#Enter your YandexMapKit access token#>"];
[YMKMapKit setApiKey:@"<#Enter your YandexMapKit access token#>"];

return YES;
}
Expand Down
6 changes: 3 additions & 3 deletions Examples/Podfile.lock
Expand Up @@ -2,7 +2,7 @@ PODS:
- ClusterKit/Core (0.4.0)
- ClusterKit/Mapbox (0.4.0):
- ClusterKit/Core
- Mapbox-iOS-SDK (~> 4.7)
- Mapbox-iOS-SDK (~> 4.6)
- ClusterKit/MapKit (0.4.0):
- ClusterKit/Core
- GeoJSONSerialization (0.0.4)
Expand Down Expand Up @@ -36,7 +36,7 @@ EXTERNAL SOURCES:
:path: "../."

SPEC CHECKSUMS:
ClusterKit: 5f0a82528b09c8ccb684250267cec80cf347c922
ClusterKit: a15da2e7a437c525b18e10f007fd2198336e3e2e
GeoJSONSerialization: 55a3d24fe9af26508e3af76873114b39b13ba479
GoogleMaps: f79af95cb24d869457b1f961c93d3ce8b2f3b848
Mapbox-iOS-SDK: f9292a75e8cd5eb828f4432623bfc48aac42146a
Expand All @@ -45,4 +45,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 8cd7d6fc523f40e53a12546f4b45c85894e2cf99

COCOAPODS: 1.6.0.beta.2
COCOAPODS: 1.6.0
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.5</string>
<string>0.4.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 465f951

Please sign in to comment.