diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-05-27 15:23:52 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-05-27 15:23:52 +0900 |
| commit | d9fbddc26cbe445a3a6e46a073b3f843e1f24e43 (patch) | |
| tree | 46796dde83d8fed2bd56b36f7281b8a654d02c28 | |
| parent | Update endpoints.ts (diff) | |
| download | misskey-d9fbddc26cbe445a3a6e46a073b3f843e1f24e43.tar.gz misskey-d9fbddc26cbe445a3a6e46a073b3f843e1f24e43.tar.bz2 misskey-d9fbddc26cbe445a3a6e46a073b3f843e1f24e43.zip | |
0.0.2
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d249717141..11988874d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey-js", - "version": "0.0.1", + "version": "0.0.2", "description": "Misskey SDK for JavaScript", "main": "./built/index.js", "types": "./built/index.d.ts", |