diff --git a/Cargo.lock b/Cargo.lock
index ab1d464f..02982046 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3271,7 +3271,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tsukimi"
-version = "0.17.1"
+version = "0.17.2"
dependencies = [
"anyhow",
"async-channel",
diff --git a/Cargo.toml b/Cargo.toml
index 75555922..714bd0e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tsukimi"
-version = "0.17.1"
+version = "0.17.2"
edition = "2021"
rust-version = "1.81"
description = "A simple Emby Client written by GTK4-RS"
diff --git a/installer/version.txt b/installer/version.txt
index e4615565..4e55dca4 100644
--- a/installer/version.txt
+++ b/installer/version.txt
@@ -1 +1 @@
-0.17.1.0
\ No newline at end of file
+0.17.2.0
\ No newline at end of file
diff --git a/meson.build b/meson.build
index 6b97ba2f..389a76f6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tsukimi', 'rust',
- version: '0.17.1',
+ version: '0.17.2',
meson_version: '>= 1.1',
default_options: [ 'warning_level=2',
'werror=false',
diff --git a/resources/moe.tsuna.tsukimi.metainfo.xml.in b/resources/moe.tsuna.tsukimi.metainfo.xml.in
index 5d722c2e..520b6fe2 100644
--- a/resources/moe.tsuna.tsukimi.metainfo.xml.in
+++ b/resources/moe.tsuna.tsukimi.metainfo.xml.in
@@ -5,7 +5,7 @@
CC0-1.0
GPL-3.0-or-later
-
+
Tsukimi
A simple third-party Emby client
diff --git a/src/config.rs b/src/config.rs
index 6a59c39a..a1ea031c 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -1,2 +1,2 @@
-pub static VERSION: &str = "0.17.1";
+pub static VERSION: &str = "0.17.2";
pub static GETTEXT_PACKAGE: &str = "tsukimi";
diff --git a/src/ui/mod.rs b/src/ui/mod.rs
index 732715d9..ba15b4a3 100644
--- a/src/ui/mod.rs
+++ b/src/ui/mod.rs
@@ -20,7 +20,7 @@ pub fn build_ui(app: &adw::Application) {
.application_name("Tsukimi")
.version(crate::config::VERSION)
.comments(
- "A simple third-party Emby client.\nVersion: tsukimi 0.17.1 \n2024.10.18 20:05",
+ "A simple third-party Emby client.\nVersion: tsukimi v0.17.2 \n2024.11.13 21:50",
)
// TRANSLATORS: 'Name ' or 'Name https://website.example'
.translator_credits(gettext("translator-credits"))