Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Dec 14, 2023
1 parent 5ef6d28 commit 8e8f9de
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased
----------

1.0.1
-----

* Cast GID to string for job args #326

1.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (1.0.0)
acts_as_tenant (1.0.1)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (1.0.0)
acts_as_tenant (1.0.1)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (1.0.0)
acts_as_tenant (1.0.1)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (1.0.0)
acts_as_tenant (1.0.1)
rails (>= 6.0)

GEM
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 @@ -168,7 +168,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (1.0.0)
acts_as_tenant (1.0.1)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sidekiq_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (1.0.0)
acts_as_tenant (1.0.1)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sidekiq_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (1.0.0)
acts_as_tenant (1.0.1)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_tenant/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActsAsTenant
VERSION = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit 8e8f9de

Please sign in to comment.