Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jun 10, 2024
1 parent 4fc7e0a commit 2f02743
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Unreleased

### 0.7.0

* Add `after_register_path` and stored location redirect after successful registration

### 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
revise_auth (0.6.0)
revise_auth (0.7.0)
bcrypt (~> 3.1)
rails (>= 7.1.0.beta1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
revise_auth (0.6.0)
revise_auth (0.7.0)
bcrypt (~> 3.1)
rails (>= 7.1.0.beta1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
revise_auth (0.6.0)
revise_auth (0.7.0)
bcrypt (~> 3.1)
rails (>= 7.1.0.beta1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GIT
PATH
remote: ..
specs:
revise_auth (0.6.0)
revise_auth (0.7.0)
bcrypt (~> 3.1)
rails (>= 7.1.0.beta1)

Expand Down
2 changes: 1 addition & 1 deletion lib/revise_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ReviseAuth
VERSION = "0.6.0"
VERSION = "0.7.0"
end

0 comments on commit 2f02743

Please sign in to comment.