diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 15:39:54 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 15:39:54 +0900 |
| commit | ea693f7b5570df5e659b9e135fc4ad83e7af5f96 (patch) | |
| tree | 76f4500b9d4a66c4fae036a49be3e63a60cf5742 /package.json | |
| parent | Use uglify-es-webpack-plugin to fix Safari/iOS issue (diff) | |
| download | misskey-ea693f7b5570df5e659b9e135fc4ad83e7af5f96.tar.gz misskey-ea693f7b5570df5e659b9e135fc4ad83e7af5f96.tar.bz2 misskey-ea693f7b5570df5e659b9e135fc4ad83e7af5f96.zip | |
v1873
Diffstat (limited to '')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d617d62dac..a5344dca17 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.1870", + "version": "0.0.1873", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", |