Skip to content

Commit

Permalink
Change the version to 1.2.4 and fix the VERSION in git tag not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
khor committed Apr 5, 2019
1 parent 7c30ac7 commit b9d3b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OAuth.io.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "OAuth.io"
s.version = "1.2.3"
s.version = "1.2.4"
s.summary = "OAuth that just works!"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ In brief:

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

0 comments on commit b9d3b2b

Please sign in to comment.