Skip to content

Commit f52328e

Browse files
committed
Bump version to 0.0.6
1 parent 8471caa commit f52328e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_outbox (0.0.5)
4+
active_outbox (0.0.6)
55
dry-configurable (~> 1.0)
66
rails (>= 6.1)
77

active_outbox.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
55
spec.files = Dir['LICENSE.txt', 'README.md', 'lib/**/*', 'lib/active_outbox.rb']
66
spec.name = 'active_outbox'
77
spec.summary = 'A Transactional Outbox implementation for ActiveRecord'
8-
spec.version = '0.0.5'
8+
spec.version = '0.0.6'
99

1010
spec.email = 'guillermoaguirre1@gmail.com'
1111
spec.executables = ['outbox']

0 commit comments

Comments
 (0)