Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Jun 5, 2014
1 parent 71ba061 commit 1ec7da6
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "zeroclipboard",
"description": "The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.",
"version": "2.0.0",
"version": "2.0.1",
"main": ["./dist/ZeroClipboard.js", "./dist/ZeroClipboard.swf"],
"keywords": ["flash","clipboard","copy","cut","paste","zclip","clip","clippy"],
"license": "https://github.com/zeroclipboard/zeroclipboard/blob/master/LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "zeroclipboard/zeroclipboard",
"description": "The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.",
"version": "2.0.0",
"version": "2.0.1",
"type": "library",
"keywords": ["flash","clipboard","copy","cut","paste","zclip","clip","clippy"],
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions dist/ZeroClipboard.Core.js
Expand Up @@ -4,7 +4,7 @@
* Copyright (c) 2014 Jon Rohan, James M. Greene
* Licensed MIT
* http://zeroclipboard.org/
* v2.0.0
* v2.0.1
*/
(function(window, undefined) {
"use strict";
Expand Down Expand Up @@ -1602,7 +1602,7 @@
* @readonly
* @property {string}
*/
ZeroClipboard.version = "2.0.0";
ZeroClipboard.version = "2.0.1";
_makeReadOnly(ZeroClipboard, "version");
/**
* Update or get a copy of the ZeroClipboard global configuration.
Expand Down
4 changes: 2 additions & 2 deletions dist/ZeroClipboard.Core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ZeroClipboard.Core.min.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ZeroClipboard.js
Expand Up @@ -4,7 +4,7 @@
* Copyright (c) 2014 Jon Rohan, James M. Greene
* Licensed MIT
* http://zeroclipboard.org/
* v2.0.0
* v2.0.1
*/
(function(window, undefined) {
"use strict";
Expand Down Expand Up @@ -1602,7 +1602,7 @@
* @readonly
* @property {string}
*/
ZeroClipboard.version = "2.0.0";
ZeroClipboard.version = "2.0.1";
_makeReadOnly(ZeroClipboard, "version");
/**
* Update or get a copy of the ZeroClipboard global configuration.
Expand Down
4 changes: 2 additions & 2 deletions dist/ZeroClipboard.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ZeroClipboard.min.map

Large diffs are not rendered by default.

Binary file modified dist/ZeroClipboard.swf
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "zeroclipboard",
"title": "ZeroClipboard",
"version": "2.0.0",
"version": "2.0.1",
"description": "The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.",
"keywords": [
"flash",
Expand Down

0 comments on commit 1ec7da6

Please sign in to comment.