Skip to content

Commit

Permalink
release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmairoldi committed Nov 4, 2016
1 parent 4c1c2d2 commit 5b22fa9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v2.3.1](https://github.com/danielgindi/charts/tree/v2.3.1) (2016-11-03)
[Full Changelog](https://github.com/danielgindi/charts/compare/v2.3.1...v2.3.0)

**Fixed bugs:**
- 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.
- Fix the image type of `NSUIImagePNGRepresentation` to be png instead of jpeg

## [v2.3.0](https://github.com/danielgindi/charts/tree/v2.3.0) (2016-09-20)
[Full Changelog](https://github.com/danielgindi/charts/compare/v2.3.0...v2.2.5)

Expand Down
2 changes: 1 addition & 1 deletion Charts.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Charts"
s.version = "2.3.0"
s.version = "2.3.1"
s.summary = "Charts is a powerful & easy to use chart library for iOS, tvOS and OSX (and Android)"
s.homepage = "https://github.com/danielgindi/Charts"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**Version 2.3.0**, synced to [MPAndroidChart #1b9b3da](https://github.com/PhilJay/MPAndroidChart/commit/1b9b3da)
**Version 2.3.1**, synced to [MPAndroidChart #1b9b3da](https://github.com/PhilJay/MPAndroidChart/commit/1b9b3da)

![alt tag](https://raw.github.com/danielgindi/Charts/master/Assets/feature_graphic.png)
![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)
Expand Down Expand Up @@ -73,8 +73,8 @@ pod 'Charts/Realm'
Charts now include Carthage prebuilt binaries.

```carthage
github "danielgindi/Charts" == 2.3.0
github "danielgindi/Charts" ~> 2.3.0
github "danielgindi/Charts" == 2.3.1
github "danielgindi/Charts" ~> 2.3.1
```

In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts && carthage archive ChartsRealm`.
Expand Down
2 changes: 1 addition & 1 deletion Source/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.3.0</string>
<string>2.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 5b22fa9

Please sign in to comment.