Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpereiro committed Apr 18, 2019
1 parent 2bf24dd commit 7d8a429
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cicek.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <fpereiro@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7d8a429

Please sign in to comment.