Skip to content

Commit 5b22fa9

Browse files
committed
release 2.3.1
1 parent 4c1c2d2 commit 5b22fa9

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [v2.3.1](https://github.com/danielgindi/charts/tree/v2.3.1) (2016-11-03)
4+
[Full Changelog](https://github.com/danielgindi/charts/compare/v2.3.1...v2.3.0)
5+
6+
**Fixed bugs:**
7+
- NSTouch extension for `locationInView` made the compiler error because it clashes with objc selector. Since it was not used in the library code it was removed.
8+
- Fix the image type of `NSUIImagePNGRepresentation` to be png instead of jpeg
9+
310
## [v2.3.0](https://github.com/danielgindi/charts/tree/v2.3.0) (2016-09-20)
411
[Full Changelog](https://github.com/danielgindi/charts/compare/v2.3.0...v2.2.5)
512

Charts.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Charts"
3-
s.version = "2.3.0"
3+
s.version = "2.3.1"
44
s.summary = "Charts is a powerful & easy to use chart library for iOS, tvOS and OSX (and Android)"
55
s.homepage = "https://github.com/danielgindi/Charts"
66
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 2.3.0**, synced to [MPAndroidChart #1b9b3da](https://github.com/PhilJay/MPAndroidChart/commit/1b9b3da)
1+
**Version 2.3.1**, synced to [MPAndroidChart #1b9b3da](https://github.com/PhilJay/MPAndroidChart/commit/1b9b3da)
22

33
![alt tag](https://raw.github.com/danielgindi/Charts/master/Assets/feature_graphic.png)
44
![Supported Platforms](https://img.shields.io/cocoapods/p/Charts.svg) [![Releases](https://img.shields.io/github/release/danielgindi/Charts.svg)](https://github.com/danielgindi/Charts/releases) [![Latest pod release](https://img.shields.io/cocoapods/v/Charts.svg)](http://cocoapods.org/pods/charts) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Build Status](https://travis-ci.org/danielgindi/Charts.svg?branch=master)](https://travis-ci.org/danielgindi/Charts)
@@ -73,8 +73,8 @@ pod 'Charts/Realm'
7373
Charts now include Carthage prebuilt binaries.
7474

7575
```carthage
76-
github "danielgindi/Charts" == 2.3.0
77-
github "danielgindi/Charts" ~> 2.3.0
76+
github "danielgindi/Charts" == 2.3.1
77+
github "danielgindi/Charts" ~> 2.3.1
7878
```
7979

8080
In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts && carthage archive ChartsRealm`.

Source/Supporting Files/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>2.3.0</string>
18+
<string>2.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)