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

Commit

Permalink
v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Jul 3, 2014
1 parent a45fb7c commit ebb968e
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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.1.4",
"version": "2.1.5",
"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
Original file line number Diff line number Diff line change
@@ -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.1.4",
"version": "2.1.5",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (c) 2014 Jon Rohan, James M. Greene
* Licensed MIT
* http://zeroclipboard.org/
* v2.1.4
* v2.1.5
*/
(function(window, undefined) {
"use strict";
Expand Down Expand Up @@ -1604,7 +1604,7 @@
* @property {string}
*/
_defineProperty(ZeroClipboard, "version", {
value: "2.1.4",
value: "2.1.5",
writable: false,
configurable: true,
enumerable: true
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (c) 2014 Jon Rohan, James M. Greene
* Licensed MIT
* http://zeroclipboard.org/
* v2.1.4
* v2.1.5
*/
(function(window, undefined) {
"use strict";
Expand Down Expand Up @@ -1604,7 +1604,7 @@
* @property {string}
*/
_defineProperty(ZeroClipboard, "version", {
value: "2.1.4",
value: "2.1.5",
writable: false,
configurable: true,
enumerable: true
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeroclipboard",
"title": "ZeroClipboard",
"version": "2.1.4",
"version": "2.1.5",
"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 ebb968e

Please sign in to comment.