Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Apr 4, 2024
1 parent c50bff4 commit 46cefcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 1.4.1 (unreleased)
## 1.4.1
* Always use plaintext mimetype for wl-clipboard
* Do not include newline when pasting from wl-clipboard
* Internal: Let ClipboardLoadError inherit from StandardError, not Exception
Expand Down
2 changes: 1 addition & 1 deletion lib/clipboard/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Clipboard
VERSION = "1.4.0"
VERSION = "1.4.1"
end

0 comments on commit 46cefcf

Please sign in to comment.