Skip to content

Commit

Permalink
Prepare for 2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcgibbon committed Oct 18, 2022
1 parent 4425815 commit acd8e91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
packwerk (2.2.0)
packwerk (2.2.1)
activesupport (>= 5.2)
ast
better_html
Expand Down Expand Up @@ -80,7 +80,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
better_html (2.0.0)
better_html (2.0.1)
actionview (>= 6.0)
activesupport (>= 6.0)
ast (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/packwerk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module Packwerk
VERSION = "2.2.0"
VERSION = "2.2.1"
end

0 comments on commit acd8e91

Please sign in to comment.