Skip to content

Commit

Permalink
Bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Feb 14, 2025
1 parent 84f9ba3 commit f12d4f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/phlex/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Phlex
module Rails
VERSION = "2.0.0.rc2"
VERSION = "2.0.0"
end
end
2 changes: 1 addition & 1 deletion phlex-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]

spec.add_dependency "phlex", "2.0.0.rc2"
spec.add_dependency "phlex", "2.0.0"
spec.add_dependency "railties", ">= 6.1", "< 9"
end

0 comments on commit f12d4f6

Please sign in to comment.