diff --git a/cicek.js b/cicek.js index 1aeb17d..166bb2d 100644 --- a/cicek.js +++ b/cicek.js @@ -1,5 +1,5 @@ /* -çiçek - v3.2.3 +çiçek - v3.3.0 Written by Federico Pereiro (fpereiro@gmail.com) and released into the public domain. diff --git a/package.json b/package.json index 0fbcc06..318caf2 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "cicek", - "version": "3.2.3", + "version": "3.3.0", "description": "HTTP/HTTPS server.", "dependencies": { - "busboy": "0.2.14", - "dale": "4.3.1", - "mime": "1.6.0", - "teishi": "3.13.0" + "busboy": "0.3.1", + "dale": "4.3.3", + "mime": "1.6.0", + "teishi": "3.13.2" }, "main": "cicek.js", "author": "Federico Pereiro ", diff --git a/readme.md b/readme.md index 5dbe849..86654c5 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ ## Current status of the project -The current version of çiçek, v3.2.3, is considered to be *unstable* and *somewhat complete*. [Suggestions](https://github.com/fpereiro/cicek/issues) and [patches](https://github.com/fpereiro/cicek/pulls) are welcome. Future changes planned are: +The current version of çiçek, v3.3.0, is considered to be *unstable* and *somewhat complete*. [Suggestions](https://github.com/fpereiro/cicek/issues) and [patches](https://github.com/fpereiro/cicek/pulls) are welcome. Future changes planned are: - Improve `cicek.file`'s API. - Fix bug when exceptions are thrown in cluster mode. @@ -44,7 +44,7 @@ The current version of çiçek, v3.2.3, is considered to be *unstable* and *some `npm install cicek` -To use çiçek, you need node.js v0.8.0 or newer. +To use çiçek, you need node.js v4.5.0 or newer (if you wish to support node v0.8.0 and above you'll need to change the busboy version to v0.2.14). ## Source code diff --git a/test.js b/test.js index af8cebf..c7b777f 100644 --- a/test.js +++ b/test.js @@ -1,5 +1,5 @@ /* -çiçek - v3.2.3 +çiçek - v3.3.0 Written by Federico Pereiro (fpereiro@gmail.com) and released into the public domain.