diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe7b5e..b82826b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +1.3.3 Release notes (2016-10-15) +=========================================================== + +### Added + +* Add some tiny changes + + 1.3.2 Release notes (2016-09-06) ============================================================ diff --git a/iOS-Echarts.podspec b/iOS-Echarts.podspec index c106a0b..e78d1db 100644 --- a/iOS-Echarts.podspec +++ b/iOS-Echarts.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "iOS-Echarts" - s.version = "1.3.2" + s.version = "1.3.3" s.summary = "A custom component for the ecomfe's echarts 2." s.homepage = "https://github.com/Pluto-Y/iOS-Echarts" s.license = { :type => "MIT", :file => 'LICENSE.md' }