Skip to content

Commit 761abe5

Browse files
committed
Bump version to 1.2.0.
1 parent b879bff commit 761abe5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1.0'
4+
spec.version = '1.2.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.1.0' }
13+
spec.source = { :git => 'https://github.com/lorentey/Deque.git', :tag => 'v1.2.0' }
1414
spec.source_files = 'Sources/*.swift'
1515
spec.social_media_url = 'https://twitter.com/lorentey'
1616
end

version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Increment the build number whenever you modify the version string.
2-
VERSION_STRING = 1.1.0
2+
VERSION_STRING = 1.2.0
33
BUILD_NUMBER = 101

0 commit comments

Comments
 (0)