From 08018a1244644c939e7502be62aa5cc5dbf0a20e Mon Sep 17 00:00:00 2001 From: Luca Ongaro Date: Thu, 9 May 2013 19:00:10 +0200 Subject: [PATCH] bump new version v1.0.4 --- README.md | 4 ++-- examples/index.html | 2 +- examples/rectangular.html | 2 +- examples/vertical_words.html | 2 +- jqcloud/jqcloud-1.0.3.min.js | 11 ----------- jqcloud/{jqcloud-1.0.3.js => jqcloud-1.0.4.js} | 10 +++++----- jqcloud/jqcloud-1.0.4.min.js | 11 +++++++++++ test/index.html | 2 +- version.txt | 2 +- 9 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 jqcloud/jqcloud-1.0.3.min.js rename jqcloud/{jqcloud-1.0.3.js => jqcloud-1.0.4.js} (96%) create mode 100644 jqcloud/jqcloud-1.0.4.min.js diff --git a/README.md b/README.md index 96e0e1d..27923af 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You can see a demo here: http://www.lucaongaro.eu/demos/jqcloud/ Installing jQCloud is extremely simple: 1. Make sure to import jQuery in your project. -2. Download the jQCloud files. Place [jqcloud-1.0.3.js](https://raw.github.com/lucaong/jQCloud/master/jqcloud/jqcloud-1.0.3.js) (or the minified version [jqcloud-1.0.3.min.js](https://raw.github.com/lucaong/jQCloud/master/jqcloud/jqcloud-1.0.3.min.js)) and [jqcloud.css](https://raw.github.com/lucaong/jQCloud/master/jqcloud/jqcloud.css) somewhere in your project and import both of them in your HTML code. +2. Download the jQCloud files. Place [jqcloud-1.0.4.js](https://raw.github.com/lucaong/jQCloud/master/jqcloud/jqcloud-1.0.4.js) (or the minified version [jqcloud-1.0.4.min.js](https://raw.github.com/lucaong/jQCloud/master/jqcloud/jqcloud-1.0.4.min.js)) and [jqcloud.css](https://raw.github.com/lucaong/jQCloud/master/jqcloud/jqcloud.css) somewhere in your project and import both of them in your HTML code. You can easily substitute jqcloud.css with a custom CSS stylesheet following the guidelines explained later. @@ -31,7 +31,7 @@ Here is more detailed example: jQCloud Example - + - + - + - + - + diff --git a/version.txt b/version.txt index 21e8796..ee90284 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.3 +1.0.4