diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-06-26 02:04:46 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-06-26 02:04:46 +0900 |
| commit | 36bfaeba1247cd55d5181456eb6d1cca09643ab4 (patch) | |
| tree | 24b6cd1ff43eb634853929b0dde5d5fc226e118b | |
| parent | refactor (diff) | |
| download | misskey-36bfaeba1247cd55d5181456eb6d1cca09643ab4.tar.gz misskey-36bfaeba1247cd55d5181456eb6d1cca09643ab4.tar.bz2 misskey-36bfaeba1247cd55d5181456eb6d1cca09643ab4.zip | |
0.0.5
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 891803620b..19e4c84dd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey-js", - "version": "0.0.4", + "version": "0.0.5", "description": "Misskey SDK for JavaScript", "main": "./built/index.js", "types": "./built/index.d.ts", |