Version Bump

This commit is contained in:
nicco 2017-08-18 19:53:20 +02:00
parent 5fbfdb25d7
commit d820d73553
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# koa-cookie # koa-cookie
Koa Cookie Utility Lightweight Koa-Middleware for Cookies
### Complete Example ### Complete Example
```javascript ```javascript

View File

@ -1,6 +1,6 @@
{ {
"name": "cca-koa-cookie", "name": "cca-koa-cookie",
"version": "0.1.1", "version": "0.1.2",
"description": "Cookie Parser and Setter for Koa", "description": "Cookie Parser and Setter for Koa",
"main": "Cookie.js", "main": "Cookie.js",
"repository": { "repository": {
@ -9,8 +9,10 @@
}, },
"keywords": [ "keywords": [
"Koa", "Koa",
"Middleware"
"Cookie", "Cookie",
"cca" "cca",
"lightweight"
], ],
"author": "Niccolo Borgioli", "author": "Niccolo Borgioli",
"license": "ISC", "license": "ISC",