From 119e5a8f7f290eb6c8c5bbbd3ac6c3fe02a2df83 Mon Sep 17 00:00:00 2001 From: Giampaolo Bellavite Date: Sat, 6 Jan 2018 16:41:37 +0100 Subject: [PATCH] Bump v0.6.0 --- SwiftChart.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftChart.podspec b/SwiftChart.podspec index bdcb65db0..ff4b546d3 100644 --- a/SwiftChart.podspec +++ b/SwiftChart.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SwiftChart" - s.version = "0.5.0" + s.version = "0.6.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"