Skip to content

Commit

Permalink
Bump version. Update oauth version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pH200 committed Jan 23, 2013
1 parent 0838c8d commit db4205e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
{ {
"name": "plurk", "name": "plurk",
"id": "plurk", "id": "plurk",
"version": "0.4.3", "version": "0.5.1",
"description": "Easy-to-use library for Plurk API 2.0. Parses JSON data automatically and handles comet channel.", "description": "Easy-to-use library for Plurk API 2.0. Parses JSON data automatically and handles comet channel.",
"keywords": ["plurk", "api", "oauth"], "keywords": ["plurk", "api", "oauth"],
"author": "pH.minamo <ph.minamo@cytisan.com>", "author": "pH.minamo <ph.minamo@cytisan.com>",
Expand All @@ -12,7 +12,7 @@
"web": "https://github.com/pH-minamo/node-plurk" "web": "https://github.com/pH-minamo/node-plurk"
}, },
"dependencies": { "dependencies": {
"oauth": "0.9.6" "oauth": "0.9.8"
}, },
"main": "index.js", "main": "index.js",
"licenses": [{ "licenses": [{
Expand Down

0 comments on commit db4205e

Please sign in to comment.