Release 0.1.10
All checks were successful
Run Tests on Code / run-tests (push) Successful in 4m29s
Build and Release Binary File / run-tests (push) Successful in 3m25s
Build and Release Binary File / upload-release (push) Successful in 15s
Build and Release Binary File / build-linux (push) Successful in 11m28s

This commit is contained in:
Neshura 2023-12-19 23:38:13 +01:00
parent 4abf3f239f
commit 1eaafac30d
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 2 additions and 2 deletions

2
src-tauri/Cargo.lock generated
View file

@ -396,7 +396,7 @@ dependencies = [
[[package]] [[package]]
name = "comicinfo-editor-v2" name = "comicinfo-editor-v2"
version = "0.1.8" version = "0.1.10"
dependencies = [ dependencies = [
"quick-xml", "quick-xml",
"serde", "serde",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "comicinfo-editor-v2" name = "comicinfo-editor-v2"
version = "0.1.9" version = "0.1.10"
description = "App for creating Comicinfo.xml files" description = "App for creating Comicinfo.xml files"
authors = ["Neshura"] authors = ["Neshura"]
license = "" license = ""