Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Apr 4, 2024
1 parent 23098ff commit c39dd6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0 (unreleased)
## 1.4.0
* Add Wayland support via `wl-copy`, patch by @cramt
* Only silence clipboard warnings when $VERBOSE is nil

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Lets you access the clipboard from everywhere. Currently supported platforms:

Supported Rubies: **3.3**, **3.2**, **3.1**, **3.0**

Unsupported, but might still work: **2.7**, **2.6**, **2.5**, **2.4**, **2.3**, **2.X**
Unsupported, but might still work: **2.X**

## Usage

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.3.6"
VERSION = "1.4.0"
end

0 comments on commit c39dd6b

Please sign in to comment.