diff --git a/app/package.json b/app/package.json index fd5b4c26..b98d000d 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "thedesk", - "version": "20.0.4", + "version": "20.0.5", "description": "TheDesk is a Mastodon client for PC.", "repository": "https://github.com/cutls/TheDesk", "main": "main.js", diff --git a/app/view/make/index.sample.html b/app/view/make/index.sample.html index 2323b2cd..534837de 100644 --- a/app/view/make/index.sample.html +++ b/app/view/make/index.sample.html @@ -775,7 +775,7 @@ Cutls
- ・冪等性の確保(これにより2秒以内の同一アカウントからの連投は禁止されます。) + ・冪等性の確保(これにより1秒以内の同一アカウントからの連投は禁止されます。) Cutls
diff --git a/app/view/make/make.js b/app/view/make/make.js index c3ab19dd..e9b9f2cb 100644 --- a/app/view/make/make.js +++ b/app/view/make/make.js @@ -1,4 +1,4 @@ -let ver = '20.0.4 (Kawaii)' +let ver = '20.0.5 (Kawaii)' if (process.argv.indexOf('--automatic') === -1) { let input = require('readline-sync').question('version string [empty: ' + ver + ' (default)]? ') if (input) {