Skip to content

Commit deba6c2

Browse files
committed
chore: release v1.7.0
1 parent bbb95b0 commit deba6c2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Unreleased]
1+
## [v1.7.0] - 2026-05-04
22

33
### System Tray
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pomotroid",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "A simple and visually-pleasing Pomodoro timer",
55
"author": {
66
"email": "flyweight@pm.me",

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 = "pomotroid"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
description = "A simple and visually-pleasing Pomodoro timer"
55
authors = ["Christopher Murphy <flyweight@pm.me>"]
66
edition = "2021"

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": "https://schema.tauri.app/config/2",
33
"productName": "Pomotroid",
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"identifier": "com.splode.pomotroid",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)