Skip to content

Commit

Permalink
Bump version for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Nov 25, 2021
1 parent 7f60c9d commit 57ec7d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
propshaft (0.3.1)
propshaft (0.4.0)
rails (>= 7.0.0.alpha2)

GEM
Expand Down Expand Up @@ -72,7 +72,7 @@ GEM
irb
reline (>= 0.2.7)
erubi (1.10.0)
globalid (0.5.2)
globalid (0.6.0)
activesupport (>= 5.0)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -136,7 +136,7 @@ GEM
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.0)
sprockets-rails (3.4.1)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/propshaft/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Propshaft
VERSION = "0.3.1"
VERSION = "0.4.0"
end

0 comments on commit 57ec7d6

Please sign in to comment.