diff --git a/Charts.podspec b/Charts.podspec
index e43925e88e..95203b5e14 100644
--- a/Charts.podspec
+++ b/Charts.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Charts"
- s.version = "2.1.5"
+ s.version = "2.1.6"
s.summary = "ios-charts is a powerful & easy to use chart library for iOS"
s.homepage = "https://github.com/danielgindi/ios-charts"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
diff --git a/Charts/Supporting Files/Info.plist b/Charts/Supporting Files/Info.plist
index 1350c5c82a..db8342e8df 100644
--- a/Charts/Supporting Files/Info.plist
+++ b/Charts/Supporting Files/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.1.5
+ 2.1.6
CFBundleSignature
????
CFBundleVersion
- 15
+ 16
NSPrincipalClass
diff --git a/README.md b/README.md
index 0606b1e3f8..72a9bd8ac2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-**Version 2.1.5**, synced to [MPAndroidChart #6ae1eef](https://github.com/PhilJay/MPAndroidChart/commit/e3a7b09)
+**Version 2.1.6**, synced to [MPAndroidChart #0c97941](https://github.com/PhilJay/MPAndroidChart/commit/0c97941)
![alt tag](https://raw.github.com/danielgindi/ios-charts/master/Assets/feature_graphic.png)
[![CodeHunt.io](https://img.shields.io/badge/vote-codehunt.io-02AFD1.svg)](http://codehunt.io/sub/ios-charts/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
@@ -38,11 +38,11 @@ Add `pod 'Charts'` to your Podfile. "Charts" is the name of the library.
## Carthage Install
-New versions (since v2.1.4) include Carthage prebuilt binaries.
+Charts now include Carthage prebuilt binaries.
```carthage
-github "danielgindi/ios-charts" == 2.1.5
-github "danielgindi/ios-charts" ~> 2.1.5
+github "danielgindi/ios-charts" == 2.1.6
+github "danielgindi/ios-charts" ~> 2.1.6
```
In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts`.