Skip to content

Commit

Permalink
Bump version for 0.4.1 release 🚢
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Larsen committed Aug 21, 2020
1 parent 61c0388 commit ded800b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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:
motion (0.4.0)
motion (0.4.1)
lz4-ruby (>= 0.3.3)
nokogiri
rails (>= 5.2)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails_5_2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
motion (0.4.0)
motion (0.4.1)
lz4-ruby (>= 0.3.3)
nokogiri
rails (>= 5.2)
Expand Down Expand Up @@ -172,8 +172,8 @@ GEM
rubocop-ast (>= 0.0.3)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.1.0)
parser (>= 2.7.0.1)
rubocop-ast (0.3.0)
parser (>= 2.7.1.4)
rubocop-performance (1.6.1)
rubocop (>= 0.71.0)
ruby-progressbar (1.10.1)
Expand Down Expand Up @@ -203,7 +203,7 @@ GEM
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
view_component (2.16.0)
view_component (2.18.1)
activesupport (>= 5.0.0, < 7.0)
webpacker (5.2.1)
activesupport (>= 5.2)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
motion (0.4.0)
motion (0.4.1)
lz4-ruby (>= 0.3.3)
nokogiri
rails (>= 5.2)
Expand Down Expand Up @@ -185,8 +185,8 @@ GEM
rubocop-ast (>= 0.0.3)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.1.0)
parser (>= 2.7.0.1)
rubocop-ast (0.3.0)
parser (>= 2.7.1.4)
rubocop-performance (1.6.1)
rubocop (>= 0.71.0)
ruby-progressbar (1.10.1)
Expand Down Expand Up @@ -216,7 +216,7 @@ GEM
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
view_component (2.16.0)
view_component (2.18.1)
activesupport (>= 5.0.0, < 7.0)
webpacker (5.2.1)
activesupport (>= 5.2)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_master.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ GIT
PATH
remote: ..
specs:
motion (0.4.0)
motion (0.4.1)
lz4-ruby (>= 0.3.3)
nokogiri
rails (>= 5.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/motion/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Motion
VERSION = "0.4.0"
VERSION = "0.4.1"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unabridged/motion",
"version": "0.4.0",
"version": "0.4.1",
"description": "Reactive view components written in Ruby for Rails",
"main": "javascript/index.js",
"files": [
Expand Down

0 comments on commit ded800b

Please sign in to comment.