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

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Jan 1, 2015
1 parent 99dd02e commit de68e43
Show file tree
Hide file tree
Showing 5 changed files with 2,587 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 2.1.6
VERSION = 2.2.0
PORT = 3000

all: \
Expand All @@ -9,8 +9,8 @@ gem:
bundle install

update:
curl -o javascripts/zc/v$(VERSION)/ZeroClipboard.js https://raw.github.com/zeroclipboard/zeroclipboard/v$(VERSION)/ZeroClipboard.js
curl -o javascripts/zc/v$(VERSION)/ZeroClipboard.swf https://raw.github.com/zeroclipboard/zeroclipboard/v$(VERSION)/ZeroClipboard.swf
curl -L -o javascripts/zc/v$(VERSION)/ZeroClipboard.js https://raw.github.com/zeroclipboard/zeroclipboard/v$(VERSION)/dist/ZeroClipboard.js
curl -L -o javascripts/zc/v$(VERSION)/ZeroClipboard.swf https://raw.github.com/zeroclipboard/zeroclipboard/v$(VERSION)/dist/ZeroClipboard.swf
@echo "Downloaded v$(VERSION) of the ZeroClipboard JS and SWF files."
@echo "IMPORTANT: You must update the \"index*.html\" file(s) to enable selecting new versions!"

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
markdown: rdiscount
zeroclipboard_version: 2.1.6
zeroclipboard_version: 2.2.0
rdiscount:
extensions: [smart]
3 changes: 2 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ <h2>Demo</h2>
-->
<select id="demo-version">
<option>git:master</option>
<option selected="selected">v2.1.6</option>
<option selected="selected">v2.2.0</option>
<option>v2.1.6</option>
<option>v2.1.5</option>
<option>v2.1.4</option>
<option>v2.1.3</option>
Expand Down
Loading

0 comments on commit de68e43

Please sign in to comment.