Skip to content

Commit

Permalink
bump to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukinaha committed Oct 13, 2024
1 parent a58e691 commit eb3e98d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tsukimi"
version = "0.15.2"
version = "0.16.0"
edition = "2021"
description = "A simple Emby Client with MPV written by GTK4-RS"
license = "GPL"
Expand Down
2 changes: 1 addition & 1 deletion installer/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.2.0
0.16.0.0
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::ui::provider::descriptor::VecSerialize;

pub mod proxy;

pub const APP_VERSION: &str = "0.15.2";
pub const APP_VERSION: &str = "0.16.0";

#[derive(Serialize, Debug, Deserialize)]
pub struct Config {
Expand Down
2 changes: 1 addition & 1 deletion src/ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub fn build_ui(app: &adw::Application) {
.application_name("Tsukimi")
.version(crate::config::APP_VERSION)
.comments(
"A simple third-party Emby client.\nVersion: tsukimi 0.15.2 \n2024.10.11 20:17",
"A simple third-party Emby client.\nVersion: tsukimi 0.16.0 \n2024.10.11 20:17",
)
// TRANSLATORS: 'Name <[email protected]>' or 'Name https://website.example'
.translator_credits(gettext("translator-credits"))
Expand Down

0 comments on commit eb3e98d

Please sign in to comment.