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

Commit

Permalink
updating src for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Jan 4, 2013
1 parent 12a6d72 commit 5faef04
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ZeroClipboard.js
Expand Up @@ -4,7 +4,7 @@
* Copyright 2012 Jon Rohan, James M. Greene, .
* Released under the MIT license
* http://jonrohan.github.com/ZeroClipboard/
* v1.1.5
* v1.1.6
*/(function() {
"use strict";
var ZeroClipboard = {};
Expand Down Expand Up @@ -116,7 +116,7 @@
ZeroClipboard.Client.prototype.setHandCursor = function(enabled) {
if (this.ready()) this.flashBridge.setHandCursor(enabled);
};
ZeroClipboard.version = "1.1.5";
ZeroClipboard.version = "1.1.6";
ZeroClipboard._moviePath = "ZeroClipboard.swf";
ZeroClipboard._client = null;
ZeroClipboard.setMoviePath = function(path) {
Expand Down
4 changes: 2 additions & 2 deletions ZeroClipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion component.json
@@ -1,5 +1,5 @@
{
"name": "zeroclipboard",
"version": "1.1.5",
"version": "1.1.6",
"main": ["./ZeroClipboard.js", "./ZeroClipboard.swf"]
}
2 changes: 2 additions & 0 deletions docs/releases.md
@@ -1,3 +1,5 @@
### ZeroClipboard 1.1.6

### ZeroClipboard 1.1.5

* [BUG] When the border is NaN, IE will throw errors. #57
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "zeroclipboard",
"version": "1.1.5",
"version": "1.1.6",
"main": "./ZeroClipboard.js",
"description": "The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface.",
"keywords": [
Expand Down

0 comments on commit 5faef04

Please sign in to comment.