Skip to content

Commit

Permalink
Version bump (1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardfactory committed Nov 29, 2013
1 parent 8690a70 commit 23e2655
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# LFLineChartView CHANGELOG

## 0.1.1

Updated podspec to reflect public headers.

## 0.1.0

Initial release.
3 changes: 1 addition & 2 deletions LFLineChartView.podspec
@@ -1,14 +1,13 @@
Pod::Spec.new do |s|
s.name = "LFLineChartView"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "A view to show line charts on iOS."
s.homepage = "https://github.com/leonardfactory/LFLineChartView"
s.license = 'MIT'
s.author = { "leonardfactory" => "me@leonardfactory.com" }
s.source = { :git => "https://github.com/leonardfactory/LFLineChartView.git", :tag => s.version.to_s }

s.platform = :ios, '6.0'
# s.ios.deployment_target = '5.0'
s.requires_arc = true

s.source_files = 'LFLineChartView'
Expand Down

0 comments on commit 23e2655

Please sign in to comment.