Skip to content

Commit dd9c72e

Browse files
authored
Merge pull request #5149 from danielgindi/release/5.1.0
Create 5.1.0 Release
2 parents 0837484 + 15daa9c commit dd9c72e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Charts.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@
10511051
"@loader_path/Frameworks",
10521052
);
10531053
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
1054-
MARKETING_VERSION = 5.0.0;
1054+
MARKETING_VERSION = 5.1.0;
10551055
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
10561056
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
10571057
MTL_ENABLE_DEBUG_INFO = YES;
@@ -1244,7 +1244,7 @@
12441244
"@loader_path/Frameworks",
12451245
);
12461246
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
1247-
MARKETING_VERSION = 5.0.0;
1247+
MARKETING_VERSION = 5.1.0;
12481248
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
12491249
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
12501250
MTL_ENABLE_DEBUG_INFO = NO;

DGCharts.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 = "DGCharts"
3-
s.version = "5.0.0"
3+
s.version = "5.1.0"
44
s.summary = "DGCharts 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
@@ -93,8 +93,8 @@ For [Realm](https://realm.io/) support, please add `pod 'ChartsRealm'` too.
9393
DGCharts now include Carthage prebuilt binaries.
9494

9595
```carthage
96-
github "danielgindi/Charts" == 5.0.0
97-
github "danielgindi/Charts" ~> 5.0.0
96+
github "danielgindi/Charts" == 5.1.0
97+
github "danielgindi/Charts" ~> 5.1.0
9898
```
9999

100100
In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts`.
@@ -105,7 +105,7 @@ Swift Package Manager
105105

106106
```swift
107107
dependencies: [
108-
.package(url: "https://github.com/danielgindi/Charts.git", .upToNextMajor(from: "5.0.0"))
108+
.package(url: "https://github.com/danielgindi/Charts.git", .upToNextMajor(from: "5.1.0"))
109109
]
110110
```
111111

0 commit comments

Comments
 (0)