Skip to content

Commit aa0ba8a

Browse files
committed
Make it easier to update version number.
1 parent 02d2877 commit aa0ba8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Deque.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ 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 => 'v2.0.1' }
13+
spec.source = { :git => 'https://github.com/lorentey/Deque.git',
14+
:tag => 'v' + String(spec.version) }
1415
spec.source_files = 'Sources/*.swift'
1516
spec.social_media_url = 'https://twitter.com/lorentey'
1617
end

0 commit comments

Comments
 (0)