Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
makicamel committed Oct 10, 2023
1 parent d55283d commit 5c196ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.1] - 2023-10-11

- Support Ruby 3.0 dbdf27c6c9a7259ad9474153d2394da5bac45b43

## [0.1.0] - 2023-10-10

- Initial release
2 changes: 1 addition & 1 deletion lib/bulletmark_repairer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BulletmarkRepairer
VERSION = '0.1.0'
VERSION = '0.1.1'
end

0 comments on commit 5c196ec

Please sign in to comment.