We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c30ac7 commit b9d3b2bCopy full SHA for b9d3b2b
OAuth.io.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
#
17
18
s.name = "OAuth.io"
19
- s.version = "1.2.3"
+ s.version = "1.2.4"
20
s.summary = "OAuth that just works!"
21
22
s.description = <<-DESC
README.md
@@ -262,7 +262,7 @@ In brief:
262
263
1. Update the 'version' in OAuth.io.podspec file
264
2. Tag the master branch with:
265
-* `git tag <VERSION> -m 'Version Message'
+* `git tag {{VERSION}} -m 'Version Message'
266
* `git push origin --tags
267
3. Check if your Pod passess verification:
268
* `pod spec lint OAuth.io.podspec`
0 commit comments