Skip to content

Commit 1604f5c

Browse files
committed
chore(release): v26.5.2
1 parent 517bb27 commit 1604f5c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pomodoroz",
33
"private": true,
4-
"version": "26.5.1",
4+
"version": "26.5.2",
55
"packageManager": "pnpm@10.33.3",
66
"license": "MIT",
77
"author": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pomodoroz_tauri"
3-
version = "26.5.1"
3+
version = "26.5.2"
44
description = "Pomodoroz desktop app (Tauri runtime scaffold)"
55
authors = ["Carlos Duarte <cjdduarte@gmail.com>"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "Pomodoroz",
4-
"version": "26.5.1",
4+
"version": "26.5.2",
55
"identifier": "com.cjdduarte.pomodoroz",
66
"build": {
77
"frontendDist": "../app/renderer/build",

0 commit comments

Comments
 (0)