Skip to content

Commit

Permalink
bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samandmoore committed Jun 10, 2024
1 parent ff5c516 commit 3fa9ec6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project aims to adhere to [Semantic Versioning](http://semver.org/spec/
### Added
### Removed

## [2.0.2] - 2024-06-10
### Changed
- Fix file permissions in bundled gem

## [2.0.1] - 2024-05-21
### Changed
- Remove constraint on sinatra < 3 to allow for newer rack and sinatra
Expand Down
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:
webvalve (2.0.1)
webvalve (2.0.2)
activesupport (>= 5.2.0)
sinatra (>= 1.4)
sinatra-contrib (>= 1.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
webvalve (2.0.1)
webvalve (2.0.2)
activesupport (>= 5.2.0)
sinatra (>= 1.4)
sinatra-contrib (>= 1.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
webvalve (2.0.1)
webvalve (2.0.2)
activesupport (>= 5.2.0)
sinatra (>= 1.4)
sinatra-contrib (>= 1.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
webvalve (2.0.1)
webvalve (2.0.2)
activesupport (>= 5.2.0)
sinatra (>= 1.4)
sinatra-contrib (>= 1.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/webvalve/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WebValve
VERSION = "2.0.1"
VERSION = "2.0.2"
end

0 comments on commit 3fa9ec6

Please sign in to comment.