From 54598e66d79a1603e3626f651cfcd24b5a5261b6 Mon Sep 17 00:00:00 2001 From: ScanMountGoat Date: Thu, 21 Dec 2023 16:06:21 -0600 Subject: [PATCH] bump versions --- CHANGELOG.md | 2 +- Cargo.lock | 6 +++--- ultimate_tex/Cargo.toml | 2 +- ultimate_tex_cli/Cargo.toml | 2 +- ultimate_tex_tauri/src-tauri/Cargo.toml | 2 +- ultimate_tex_tauri/src-tauri/tauri.conf.json | 5 ++--- 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f00d8de..0d2a3cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -### unreleased +### 0.2.3 - 2023-12-21 ### Fixed * Fixed an issue where images with width and height not divisible by 4 failed to convert to compressed formats. diff --git a/Cargo.lock b/Cargo.lock index c8e3a47..6ff11ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3846,7 +3846,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ultimate_tex" -version = "0.2.2" +version = "0.2.3" dependencies = [ "bntx", "image_dds", @@ -3856,7 +3856,7 @@ dependencies = [ [[package]] name = "ultimate_tex_cli" -version = "0.2.2" +version = "0.2.3" dependencies = [ "clap 4.4.11", "image_dds", @@ -3865,7 +3865,7 @@ dependencies = [ [[package]] name = "ultimate_tex_tauri" -version = "0.2.2" +version = "0.2.3" dependencies = [ "globwalk", "image_dds", diff --git a/ultimate_tex/Cargo.toml b/ultimate_tex/Cargo.toml index 92d2b10..9b913bb 100644 --- a/ultimate_tex/Cargo.toml +++ b/ultimate_tex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ultimate_tex" -version = "0.2.2" +version = "0.2.3" edition = "2021" [dependencies] diff --git a/ultimate_tex_cli/Cargo.toml b/ultimate_tex_cli/Cargo.toml index ca4f1e4..1a9b509 100644 --- a/ultimate_tex_cli/Cargo.toml +++ b/ultimate_tex_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ultimate_tex_cli" -version = "0.2.2" +version = "0.2.3" edition = "2021" [dependencies] diff --git a/ultimate_tex_tauri/src-tauri/Cargo.toml b/ultimate_tex_tauri/src-tauri/Cargo.toml index 3d71c48..23892ff 100644 --- a/ultimate_tex_tauri/src-tauri/Cargo.toml +++ b/ultimate_tex_tauri/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ultimate_tex_tauri" -version = "0.2.2" +version = "0.2.3" edition = "2021" [build-dependencies] diff --git a/ultimate_tex_tauri/src-tauri/tauri.conf.json b/ultimate_tex_tauri/src-tauri/tauri.conf.json index 6a21d38..8cc3d39 100644 --- a/ultimate_tex_tauri/src-tauri/tauri.conf.json +++ b/ultimate_tex_tauri/src-tauri/tauri.conf.json @@ -6,8 +6,7 @@ "distDir": "../build" }, "package": { - "productName": "ultimate_tex", - "version": "0.0.0" + "productName": "ultimate_tex" }, "tauri": { "allowlist": { @@ -61,7 +60,7 @@ "fullscreen": false, "width": 1200, "height": 800, - "title": "Ultimate Tex 0.2.2", + "title": "Ultimate Tex 0.2.3", "resizable": true } ]