Skip to content

Commit f0931d1

Browse files
committed
Bump pod version to 1.1.0.
1 parent ea92951 commit f0931d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Deque.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 |spec|
33
spec.name = 'Deque'
4-
spec.version = '1.0.0'
4+
spec.version = '1.1.0'
55
spec.osx.deployment_target = "10.9"
66
spec.ios.deployment_target = "8.0"
77
spec.tvos.deployment_target = "9.0"
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
1010
spec.summary = 'Double-ended queue type in pure Swift'
1111
spec.homepage = 'https://github.com/lorentey/Deque'
1212
spec.author = 'Károly Lőrentey'
13-
spec.source = { :git => 'https://github.com/lorentey/Deque.git', :tag => 'v1.0.0' }
13+
spec.source = { :git => 'https://github.com/lorentey/Deque.git', :tag => 'v1.1.0' }
1414
spec.source_files = 'Sources/*.swift'
1515
spec.social_media_url = 'https://twitter.com/lorentey'
1616
end

0 commit comments

Comments
 (0)