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 Utility
Lightweight Koa-Middleware for Cookies
### Complete Example
```javascript

View File

@ -1,6 +1,6 @@
{
"name": "cca-koa-cookie",
"version": "0.1.1",
"version": "0.1.2",
"description": "Cookie Parser and Setter for Koa",
"main": "Cookie.js",
"repository": {
@ -9,8 +9,10 @@
},
"keywords": [
"Koa",
"Middleware"
"Cookie",
"cca"
"cca",
"lightweight"
],
"author": "Niccolo Borgioli",
"license": "ISC",
@ -18,4 +20,4 @@
"url": "https://github.com/CupCakeArmy/koa-cookie/issues"
},
"homepage": "https://github.com/CupCakeArmy/koa-cookie#readme"
}
}