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

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Dec 12, 2016
1 parent 302c408 commit 9ddfc46
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.3.0-beta.1",
"version": "2.3.0",
"main": [
"dist/ZeroClipboard.js",
"dist/ZeroClipboard.swf"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zeroclipboard",
"repository": "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.3.0-beta.1",
"version": "2.3.0",
"keywords": [
"flash",
"clipboard",
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) 2009-2016 Jon Rohan, James M. Greene
* Licensed MIT
* http://zeroclipboard.org/
* v2.3.0-beta.1
* v2.3.0
*/
(function(window, undefined) {
"use strict";
Expand Down Expand Up @@ -1984,7 +1984,7 @@
* @readonly
* @property {string}
*/
ZeroClipboard.version = "2.3.0-beta.1";
ZeroClipboard.version = "2.3.0";
/**
* Update or get a copy of the ZeroClipboard global configuration.
* Returns a copy of the current/updated 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (c) 2009-2016 Jon Rohan, James M. Greene
* Licensed MIT
* http://zeroclipboard.org/
* v2.3.0-beta.1
* v2.3.0
*/
(function(window, undefined) {
"use strict";
Expand Down Expand Up @@ -1984,7 +1984,7 @@
* @readonly
* @property {string}
*/
ZeroClipboard.version = "2.3.0-beta.1";
ZeroClipboard.version = "2.3.0";
/**
* Update or get a copy of the ZeroClipboard global configuration.
* Returns a copy of the current/updated 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeroclipboard",
"title": "ZeroClipboard",
"version": "2.3.0-beta.1",
"version": "2.3.0",
"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 9ddfc46

Please sign in to comment.