diff --git a/app/package.json b/app/package.json
index 3f1884c9..0beb8995 100644
--- a/app/package.json
+++ b/app/package.json
@@ -1,6 +1,6 @@
{
"name": "thedesk",
- "version": "18.6.1",
+ "version": "18.6.2",
"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 1b10c63b..25d76662 100644
--- a/app/view/make/index.sample.html
+++ b/app/view/make/index.sample.html
@@ -677,11 +677,15 @@
HP
GitHub
-
+
開発の経緯
機能一覧
Pixiv Fanboxでは支援者様限定で様々なTheDeskに関する記事をご覧いただけます。最低月一更新。
困ったときは、
TheDesk Docsをご覧ください。
+
Release Note Usamin (18.6.2)
+ ・TLを下に読めない不具合の修正
+ ・アップデータに関するバグの修正
+ ・削除して再投稿をするとき、文字入力ができなくなる不具合の修正
Release Note Usamin (18.6.1)
・リプライができない不具合を修正
・ワードフィルター/強調の適用がおかしい不具合
diff --git a/app/view/make/make.js b/app/view/make/make.js
index 8862532d..0381b0d1 100644
--- a/app/view/make/make.js
+++ b/app/view/make/make.js
@@ -2,7 +2,7 @@ const fs = require("fs")
const readlineSync = require('readline-sync');
let ver = readlineSync.question('version string (empty: default string)? ');
if (!ver) {
- ver = "Usamin (18.6.1)"
+ ver = "Usamin (18.6.2)"
}
console.log("Constructing view files " + ver + ": make sure to update package.json")
const langs = ["ja", "en", "ps"]