From fc4fb9ca87f23f30a33eb32fbe012c0e532c78e7 Mon Sep 17 00:00:00 2001 From: Giampaolo Bellavite Date: Sun, 7 Jan 2018 11:27:01 +0100 Subject: [PATCH] Bump v1.0.0 --- SwiftChart.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftChart.podspec b/SwiftChart.podspec index ff4b546d3..485f3030e 100644 --- a/SwiftChart.podspec +++ b/SwiftChart.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SwiftChart" - s.version = "0.6.0" + s.version = "1.0.0" s.summary = "Line and area chart library" s.description = "Support multiple and partially filled series, signed floats, touch events." s.homepage = "https://github.com/gpbl/SwiftChart"