From 80432589cef28fc827c82312f115a23daf11ce00 Mon Sep 17 00:00:00 2001
From: Takayuki Orito <iori.ayane@gmail.com>
Date: Fri, 1 Nov 2024 23:29:57 +0900
Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?=
 =?UTF-8?q?=E6=83=85=E5=A0=B1=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/main.cpp                              | 2 +-
 web/content/docs/release-note.en.md       | 2 ++
 web/content/docs/release-note.ja.md       | 2 ++
 web/layouts/shortcodes/download_link.html | 8 ++++----
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/app/main.cpp b/app/main.cpp
index 086bfa68..6a79d606 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -91,7 +91,7 @@ int main(int argc, char *argv[])
     app.setOrganizationName(QStringLiteral("relog"));
     app.setOrganizationDomain(QStringLiteral("hagoromo.relog.tech"));
     app.setApplicationName(QStringLiteral("Hagoromo"));
-    app.setApplicationVersion(QStringLiteral("0.39.0"));
+    app.setApplicationVersion(QStringLiteral("0.40.0"));
 #ifndef HAGOROMO_RELEASE_BUILD
     app.setApplicationVersion(app.applicationVersion() + "d");
 #endif
diff --git a/web/content/docs/release-note.en.md b/web/content/docs/release-note.en.md
index 1136e5b6..76d902d9 100644
--- a/web/content/docs/release-note.en.md
+++ b/web/content/docs/release-note.en.md
@@ -8,6 +8,8 @@ description: This is a multi-column Bluesky client.
 
 ## 2024
 
+### v0.40.0 - 2024/11/1
+
 - Add
   - Add a link to user's profile if user is registered with Linkat
   - Support for accepting attached images by drag and drop
diff --git a/web/content/docs/release-note.ja.md b/web/content/docs/release-note.ja.md
index e4b9bb72..9c0bbb65 100644
--- a/web/content/docs/release-note.ja.md
+++ b/web/content/docs/release-note.ja.md
@@ -8,6 +8,8 @@ description: マルチカラム対応Blueskyクライアント
 
 ## 2024
 
+### v0.40.0 - 2024/11/1
+
 - 追加
   - Linkatに登録があるときリンクをプロフィールに追加
   - 添付画像をドラッグアンドドロップでの受付に対応
diff --git a/web/layouts/shortcodes/download_link.html b/web/layouts/shortcodes/download_link.html
index 61421fac..b923c363 100644
--- a/web/layouts/shortcodes/download_link.html
+++ b/web/layouts/shortcodes/download_link.html
@@ -1,9 +1,9 @@
 <ul>
-<li>Version 0.39.0 (2024/10/12)
+<li>Version 0.40.0 (2024/11/01)
 <ul>
-<li>Windows : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.39.0/hagoromo_0.39.0_windows.zip">hagoromo_0.39.0_windows.zip</a></li>
-<li>Ubuntu : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.39.0/hagoromo_0.39.0_linux.zip">hagoromo_0.39.0_linux.zip</a></li>
-<li>MacOS : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.39.0/hagoromo_0.39.0_mac.zip">hagoromo_0.39.0_mac.zip</a></li>
+<li>Windows : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.40.0/hagoromo_0.40.0_windows.zip">hagoromo_0.40.0_windows.zip</a></li>
+<li>Ubuntu : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.40.0/hagoromo_0.40.0_linux.zip">hagoromo_0.40.0_linux.zip</a></li>
+<li>MacOS : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.40.0/hagoromo_0.40.0_mac.zip">hagoromo_0.40.0_mac.zip</a></li>
 </ul>
 </li>
 <li><a href="https://github.com/ioriayane/Hagoromo/releases">Other versions</a></li>