1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-14 23:05:10 +02:00
This commit is contained in:
syuilo
2018-12-17 03:33:22 +09:00
parent 39f2303429
commit 4f071a66b6
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
ChangeLog
=========
10.64.1
-------
* レートリミットの調整
* アニメーションの調整
10.64.0
-------
* いくつかのアニメーションを追加

View File

@@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "10.64.0",
"clientVersion": "2.0.12768",
"version": "10.64.1",
"clientVersion": "2.0.12792",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,