Skip to content

Commit

Permalink
Build Takma 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jam53 committed Oct 27, 2024
1 parent 2c11cc4 commit 9fd00e3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Takma",
"private": true,
"version": "1.6.3",
"build": 642,
"version": "1.6.4",
"build": 643,
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "Takma"
version = "1.6.3"
version = "1.6.4"
description = "Takma is a Kanban-style productivity tool that empowers you to effectively manage your tasks and projects with ease."
authors = ["jam54"]
license = ""
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"productName": "Takma",
"mainBinaryName": "Takma",
"version": "1.6.3",
"version": "1.6.4",
"identifier": "com.jam54.Takma",
"plugins": {},
"app": {
Expand All @@ -30,7 +30,7 @@
{
"fullscreen": false,
"resizable": true,
"title": "Takma 1.6.3 (642)",
"title": "Takma 1.6.4 (643)",
"width": 1600,
"height": 800,
"decorations": false,
Expand Down

0 comments on commit 9fd00e3

Please sign in to comment.