Compare commits

...

2 Commits
7.1.0 ... 7.1.1

Author SHA1 Message Date
8f4f5b4ce0 7.1.1 2018-08-20 01:42:56 +09:00
bdc6718ae5 Fix bug 2018-08-20 01:41:53 +09:00
2 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "7.1.0",
"clientVersion": "1.0.8685",
"version": "7.1.1",
"clientVersion": "1.0.8687",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,

View File

@ -36,8 +36,7 @@ export default Vue.extend({
password: '',
token: '',
apiUrl,
host,
twitterIntegration
host
};
},
methods: {