diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-08-23 16:38:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-23 16:38:12 +0900 |
| commit | efae7a7bce975440f015589210d0b2d6607793fc (patch) | |
| tree | 101b52f1b42c5fc79de2f97359e6f20ccaef52f9 /package.json | |
| parent | Merge pull request #2423 from syuilo/develop (diff) | |
| download | misskey-efae7a7bce975440f015589210d0b2d6607793fc.tar.gz misskey-efae7a7bce975440f015589210d0b2d6607793fc.tar.bz2 misskey-efae7a7bce975440f015589210d0b2d6607793fc.zip | |
8.1.0 (#2426)
* Update url-preview.vue
* 一時間ごとのグラフも見れるように
* Merge pull request #2423 from syuilo/develop (#2425)
* 8.1.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 077d30b96a..e2c9283bf0 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "8.0.0", - "clientVersion": "1.0.8790", + "version": "8.1.0", + "clientVersion": "1.0.8811", "codename": "nighthike", "main": "./built/index.js", "private": true, |