Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Apr 29, 2023
1 parent c2ed1e3 commit 932672f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
motor-admin (0.4.14)
motor-admin (0.4.16)
ar_lazy_preload (~> 1.0)
audited (~> 5.0)
cancancan (~> 3.0)
Expand Down Expand Up @@ -84,8 +84,9 @@ GEM
ar_lazy_preload (1.1.2)
rails (>= 5.2)
ast (2.4.2)
audited (5.3.2)
audited (5.3.3)
activerecord (>= 5.0, < 7.1)
request_store (~> 1.2)
aws-eventstream (1.2.0)
aws-partitions (1.684.0)
aws-sdk-core (3.168.4)
Expand Down Expand Up @@ -245,6 +246,8 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.6.1)
request_store (1.5.1)
rack (>= 1.4)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/motor/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Motor
VERSION = '0.4.14'
VERSION = '0.4.16'
end

0 comments on commit 932672f

Please sign in to comment.