Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Aug 4, 2023
1 parent f67eef6 commit 6fbb687
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
04-08-2023
- Version 1.1.3
- Added fork safety by migrating from seek+read to pread

11-10-2021
- Version 1.1.2
- update mime types from upstream
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_mime/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module MiniMime
VERSION = "1.1.2"
VERSION = "1.1.3"
end

0 comments on commit 6fbb687

Please sign in to comment.