Skip to content

Commit

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

### 1.6.0

* Add `prefix_id` and `prefix_ids` class methods - @TastyPi

### 1.5.1
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
prefixed_ids (1.5.1)
prefixed_ids (1.6.0)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down Expand Up @@ -211,4 +211,4 @@ DEPENDENCIES
standard

BUNDLED WITH
2.4.12
2.4.13
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
prefixed_ids (1.5.1)
prefixed_ids (1.6.0)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
prefixed_ids (1.5.1)
prefixed_ids (1.6.0)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
prefixed_ids (1.5.1)
prefixed_ids (1.6.0)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_master.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GIT
PATH
remote: ..
specs:
prefixed_ids (1.5.1)
prefixed_ids (1.6.0)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/prefixed_ids/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PrefixedIds
VERSION = "1.5.1"
VERSION = "1.6.0"
end

0 comments on commit 5c7b56c

Please sign in to comment.