Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoap committed Nov 10, 2023
1 parent 1eb6d6a commit cf61e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:
active_outbox (0.1.2)
active_outbox (0.1.3)
dry-configurable (~> 1.0)
rails (>= 6.1)

Expand Down
2 changes: 1 addition & 1 deletion active_outbox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
spec.files = Dir['LICENSE.txt', 'README.md', 'lib/**/*', 'lib/active_outbox.rb']
spec.name = 'active_outbox'
spec.summary = 'A Transactional Outbox implementation for ActiveRecord'
spec.version = '0.1.2'
spec.version = '0.1.3'

spec.email = 'guillermoaguirre1@gmail.com'
spec.executables = ['outbox']
Expand Down

0 comments on commit cf61e6c

Please sign in to comment.