From cd2c79ffa70112be020a18ad5505b8cfedebb7b1 Mon Sep 17 00:00:00 2001 From: terryworona Date: Mon, 18 Jan 2016 20:19:43 -0800 Subject: [PATCH] new version --- CHANGELOG.md | 7 +++++++ JBChartView.podspec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 666e781f..57227ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v3.0.2](https://github.com/Jawbone/JBChartView/tree/v3.0.2) (2016-01-19) +[Full Changelog](https://github.com/Jawbone/JBChartView/compare/v3.0.1...v3.0.2) + +**Merged pull requests:** + +- Make sure to import dependent framework header explicitly [\#196](https://github.com/Jawbone/JBChartView/pull/196) ([yasuoza](https://github.com/yasuoza)) + ## [v3.0.1](https://github.com/Jawbone/JBChartView/tree/v3.0.1) (2016-01-16) [Full Changelog](https://github.com/Jawbone/JBChartView/compare/v3.0.0...v3.0.1) diff --git a/JBChartView.podspec b/JBChartView.podspec index 8f7c99a1..25490000 100644 --- a/JBChartView.podspec +++ b/JBChartView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JBChartView" - s.version = "3.0.1" + s.version = "3.0.2" s.summary = "Jawbone's iOS-based charting library for both line and bar graphs." s.homepage = "https://github.com/Jawbone/JBChartView" @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.author = { "Terry Worona" => "tworona@jawbone.com" } s.source = { :git => "https://github.com/Jawbone/JBChartView.git", - :tag => "v3.0.1" + :tag => "v3.0.2" } s.platform = :ios, '6.0'