Skip to content

Commit 522c1bd

Browse files
committed
bump version to 3.5.0
1 parent 915becb commit 522c1bd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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 = "3.4.0"
3+
s.version = "3.5.0"
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" }

Charts.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@
10241024
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
10251025
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
10261026
MACOSX_DEPLOYMENT_TARGET = 10.11;
1027-
MARKETING_VERSION = 3.4.0;
1027+
MARKETING_VERSION = 3.5.0;
10281028
MTL_ENABLE_DEBUG_INFO = YES;
10291029
PRODUCT_BUNDLE_IDENTIFIER = com.dcg.Charts;
10301030
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1201,7 +1201,7 @@
12011201
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
12021202
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
12031203
MACOSX_DEPLOYMENT_TARGET = 10.11;
1204-
MARKETING_VERSION = 3.4.0;
1204+
MARKETING_VERSION = 3.5.0;
12051205
MTL_ENABLE_DEBUG_INFO = NO;
12061206
PRODUCT_BUNDLE_IDENTIFIER = com.dcg.Charts;
12071207
PRODUCT_NAME = "$(TARGET_NAME)";

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 3.4.0**, synced to [MPAndroidChart #f6a398b](https://github.com/PhilJay/MPAndroidChart/commit/f6a398b)
1+
**Version 3.5.0**, synced to [MPAndroidChart #f6a398b](https://github.com/PhilJay/MPAndroidChart/commit/f6a398b)
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) [![codecov](https://codecov.io/gh/danielgindi/Charts/branch/master/graph/badge.svg)](https://codecov.io/gh/danielgindi/Charts)
@@ -80,8 +80,8 @@ For [Realm](https://realm.io/) support, please add `pod 'ChartsRealm'` too.
8080
Charts now include Carthage prebuilt binaries.
8181

8282
```carthage
83-
github "danielgindi/Charts" == 3.4.0
84-
github "danielgindi/Charts" ~> 3.4.0
83+
github "danielgindi/Charts" == 3.5.0
84+
github "danielgindi/Charts" ~> 3.5.0
8585
```
8686

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

0 commit comments

Comments
 (0)