Skip to content

Commit

Permalink
Bump to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Jun 10, 2018
1 parent 18dba72 commit 237eda2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "megalodon",
"version": "0.1.0",
"description": "Mastodon client for node.js",
"version": "0.1.1",
"description": "Mastodon API client for node.js",
"main": "./lib/mastodon.js",
"typings": "./lib/mastodon.d.ts",
"scripts": {
Expand All @@ -14,7 +14,11 @@
"url": "git+https://github.com/h3poteto/megalodon.git"
},
"keywords": [
"mastodon"
"mastodon",
"client",
"api",
"streaming",
"rest"
],
"author": "h3poteto",
"license": "MIT",
Expand Down

0 comments on commit 237eda2

Please sign in to comment.