Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Mar 28, 2023
1 parent 0dc2318 commit f74849c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GIT
PATH
remote: gem
specs:
phlexing (0.3.0)
phlexing (0.4.0)
deface (~> 1.9)
html_press (~> 0.8.2)
nokogiri (~> 1.0)
Expand Down
6 changes: 3 additions & 3 deletions gem/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GIT
PATH
remote: .
specs:
phlexing (0.3.0)
phlexing (0.4.0)
deface (~> 1.9)
html_press (~> 0.8.2)
nokogiri (~> 1.0)
Expand Down Expand Up @@ -167,7 +167,7 @@ GEM
rails (>= 6.1, < 8)
zeitwerk (~> 2.6)
polyglot (0.3.5)
prettier_print (1.2.0)
prettier_print (1.2.1)
racc (1.6.2)
rack (2.2.6.4)
rack-test (2.1.0)
Expand Down Expand Up @@ -205,7 +205,7 @@ GEM
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
syntax_tree (6.0.0)
syntax_tree (6.1.1)
prettier_print (>= 1.2.0)
thor (1.2.1)
timeout (0.3.2)
Expand Down
2 changes: 1 addition & 1 deletion gem/lib/phlexing/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Phlexing
VERSION = "0.3.0"
VERSION = "0.4.0"
end

0 comments on commit f74849c

Please sign in to comment.