Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ScanMountGoat committed Dec 21, 2023
1 parent 10db771 commit 54598e6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions 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 ultimate_tex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ultimate_tex"
version = "0.2.2"
version = "0.2.3"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ultimate_tex_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ultimate_tex_cli"
version = "0.2.2"
version = "0.2.3"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ultimate_tex_tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ultimate_tex_tauri"
version = "0.2.2"
version = "0.2.3"
edition = "2021"

[build-dependencies]
Expand Down
5 changes: 2 additions & 3 deletions ultimate_tex_tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"distDir": "../build"
},
"package": {
"productName": "ultimate_tex",
"version": "0.0.0"
"productName": "ultimate_tex"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -61,7 +60,7 @@
"fullscreen": false,
"width": 1200,
"height": 800,
"title": "Ultimate Tex 0.2.2",
"title": "Ultimate Tex 0.2.3",
"resizable": true
}
]
Expand Down

0 comments on commit 54598e6

Please sign in to comment.