Skip to content

Commit e22685a

Browse files
=> 1.1.0
1 parent 1092f42 commit e22685a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GraphKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "GraphKit"
4-
s.version = "1.0.0"
4+
s.version = "1.1.0"
55
s.summary = "A lightweight library of animated charts for iOS."
66
s.homepage = "https://github.com/michalkonturek/GraphKit"
77
s.license = 'MIT'
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.social_media_url = 'https://twitter.com/michalkonturek'
1616
s.source = {
1717
:git => "https://github.com/michalkonturek/GraphKit.git",
18-
:tag => "1.0.0"
18+
:tag => "1.1.0"
1919
}
2020

2121
s.source_files = 'Source/**/*.{h,m}'

0 commit comments

Comments
 (0)