diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-11 13:34:29 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-11 13:34:29 +0900 |
| commit | 731591082f80c66b9f7a179a5cd6e2c3ee0902c2 (patch) | |
| tree | b89f005943bd9b0b15ca2169af0cb64a786f403f | |
| parent | #986 (diff) | |
| download | misskey-731591082f80c66b9f7a179a5cd6e2c3ee0902c2.tar.gz misskey-731591082f80c66b9f7a179a5cd6e2c3ee0902c2.tar.bz2 misskey-731591082f80c66b9f7a179a5cd6e2c3ee0902c2.zip | |
v3342
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d251073893..d2525b16cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ChangeLog (Release Notes) ========================= 主に notable な changes を書いていきます +3342 (2017/12/11) +----------------- +* なんか + 3339 (2017/12/11) ----------------- * なんか diff --git a/package.json b/package.json index f034465318..84d694d2a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.3339", + "version": "0.0.3342", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", |