Skip to content

Commit 8e8f9de

Browse files
committed
Version bump
1 parent 5ef6d28 commit 8e8f9de

File tree

9 files changed

+13
-8
lines changed

9 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased
22
----------
33

4+
1.0.1
5+
-----
6+
7+
* Cast GID to string for job args #326
8+
49
1.0.0
510
-----
611

gemfiles/rails_6.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
acts_as_tenant (1.0.0)
13+
acts_as_tenant (1.0.1)
1414
rails (>= 6.0)
1515

1616
GEM

gemfiles/rails_6_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
acts_as_tenant (1.0.0)
13+
acts_as_tenant (1.0.1)
1414
rails (>= 6.0)
1515

1616
GEM

gemfiles/rails_7.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
acts_as_tenant (1.0.0)
13+
acts_as_tenant (1.0.1)
1414
rails (>= 6.0)
1515

1616
GEM

gemfiles/rails_7_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
acts_as_tenant (1.0.0)
13+
acts_as_tenant (1.0.1)
1414
rails (>= 6.0)
1515

1616
GEM

gemfiles/rails_main.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ GIT
168168
PATH
169169
remote: ..
170170
specs:
171-
acts_as_tenant (1.0.0)
171+
acts_as_tenant (1.0.1)
172172
rails (>= 6.0)
173173

174174
GEM

gemfiles/sidekiq_6.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
acts_as_tenant (1.0.0)
13+
acts_as_tenant (1.0.1)
1414
rails (>= 6.0)
1515

1616
GEM

gemfiles/sidekiq_7.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
acts_as_tenant (1.0.0)
13+
acts_as_tenant (1.0.1)
1414
rails (>= 6.0)
1515

1616
GEM

lib/acts_as_tenant/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActsAsTenant
2-
VERSION = "1.0.0"
2+
VERSION = "1.0.1"
33
end

0 commit comments

Comments
 (0)