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
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:
parent
4abf3f239f
commit
1eaafac30d
2 changed files with 2 additions and 2 deletions
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
|
@ -396,7 +396,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "comicinfo-editor-v2"
|
||||
version = "0.1.8"
|
||||
version = "0.1.10"
|
||||
dependencies = [
|
||||
"quick-xml",
|
||||
"serde",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "comicinfo-editor-v2"
|
||||
version = "0.1.9"
|
||||
version = "0.1.10"
|
||||
description = "App for creating Comicinfo.xml files"
|
||||
authors = ["Neshura"]
|
||||
license = ""
|
||||
|
|
Reference in a new issue