From f81d32519c7e13a66fb193e14ed3b4238dcc2470 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Sun, 29 Jun 2014 05:05:50 +0900 Subject: [PATCH] Bump version to 1.0.4 --- NEWS.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 2ad6e7f..868c401 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # News -## 1.0.4: 2014-06-29 (planned) +## 1.0.4: 2014-06-29 * Supports paths like `/droonga/(command name)` with `GET` method. * Supports paths like `/droonga/(command namespace)/(command name)` with `GET` and `POST` method. diff --git a/package.json b/package.json index 1c22981..d08bcf7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express-droonga", "description": "A framework for building scalable realtime web API services for Express", - "version": "1.0.3", + "version": "1.0.4", "author": "Droonga project ", "contributors": [ {