diff --git a/package-lock.json b/package-lock.json index 34be0ec..c3fb70d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Takma", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Takma", - "version": "1.6.0", + "version": "1.6.1", "dependencies": { "@tauri-apps/api": "^2.0.2", "@tauri-apps/plugin-clipboard-manager": "^2.0.0", diff --git a/package.json b/package.json index 1811385..1fb80bc 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "Takma", "private": true, - "version": "1.6.0", - "build": 626, + "version": "1.6.1", + "build": 627, "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 8935590..6abc378 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "Takma" -version = "1.6.0" +version = "1.6.1" dependencies = [ "fork", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 781eeeb..6737de0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "Takma" -version = "1.6.0" +version = "1.6.1" description = "Takma is a Kanban-style productivity tool that empowers you to effectively manage your tasks and projects with ease." authors = ["jam54"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 47b39d3..5d42f41 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -21,7 +21,7 @@ }, "productName": "Takma", "mainBinaryName": "Takma", - "version": "1.6.0", + "version": "1.6.1", "identifier": "com.jam54.Takma", "plugins": {}, "app": { @@ -30,7 +30,7 @@ { "fullscreen": false, "resizable": true, - "title": "Takma 1.6.0 (626)", + "title": "Takma 1.6.1 (627)", "width": 1600, "height": 800, "decorations": false,