Skip to content

Commit b9d3b2b

Browse files
author
khor
committed
Change the version to 1.2.4 and fix the VERSION in git tag not showing
1 parent 7c30ac7 commit b9d3b2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OAuth.io.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "OAuth.io"
19-
s.version = "1.2.3"
19+
s.version = "1.2.4"
2020
s.summary = "OAuth that just works!"
2121

2222
s.description = <<-DESC

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ In brief:
262262

263263
1. Update the 'version' in OAuth.io.podspec file
264264
2. Tag the master branch with:
265-
* `git tag <VERSION> -m 'Version Message'
265+
* `git tag {{VERSION}} -m 'Version Message'
266266
* `git push origin --tags
267267
3. Check if your Pod passess verification:
268268
* `pod spec lint OAuth.io.podspec`

0 commit comments

Comments
 (0)