Skip to content

Commit 975ed25

Browse files
committed
chore: bump version to 1.1.0 for animation system release
1 parent 16ffaa7 commit 975ed25

2 files changed

Lines changed: 2 additions & 2 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": "tomatotask",
33
"private": true,
4-
"version": "1.0.19",
4+
"version": "1.1.0",
55
"description": "An intuitive Pomodoro timer with integrated TodoList for productivity and time management.",
66
"author": {
77
"name": "AnthonyMahe",

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": "TomatoTask",
4-
"version": "1.0.19",
4+
"version": "1.1.0",
55
"identifier": "com.tomatotask.app",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)