Skip to content

Commit a00f1fe

Browse files
committed
Release v1.6.0
1 parent 38ae5b3 commit a00f1fe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clipboard",
3-
"version": "1.5.16",
3+
"version": "1.6.0",
44
"description": "Modern copy to clipboard. No Flash. Just 2kb",
55
"license": "MIT",
66
"main": "dist/clipboard.js",

dist/clipboard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* clipboard.js v1.5.16
2+
* clipboard.js v1.6.0
33
* https://zenorocha.github.io/clipboard.js
44
*
55
* Licensed MIT © Zeno Rocha

dist/clipboard.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Package.describe({
44
name: "zenorocha:clipboard",
55
summary: "Modern copy to clipboard. No Flash. Just 2kb.",
6-
version: "1.5.16",
6+
version: "1.6.0",
77
git: "https://github.com/zenorocha/clipboard.js"
88
});
99

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clipboard",
3-
"version": "1.5.16",
3+
"version": "1.6.0",
44
"description": "Modern copy to clipboard. No Flash. Just 2kb",
55
"repository": "zenorocha/clipboard.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)