docs: added new version
This commit is contained in:
1836
desktop/src-tauri/Cargo.lock
generated
1836
desktop/src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "kawai-focus"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
description = "Kawai-Focus - приложение для фокусировки внимания на основе таймера Pomodoro."
|
||||
authors = ["Arduinum"]
|
||||
license = "MIT"
|
||||
@@ -24,3 +24,4 @@ log = "0.4"
|
||||
tauri = { version = "2.9.5", features = [] }
|
||||
tauri-plugin-log = "2"
|
||||
tauri-plugin-sql = { version = "2.3.1", features = ["sqlite"] }
|
||||
tauri-plugin-fs = "2.5.1"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Kawai-Focus",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"identifier": "io.github.arduinum.KawaiFocus",
|
||||
"build": {
|
||||
"frontendDist": "../../client/dist",
|
||||
|
||||
Reference in New Issue
Block a user