diff --git a/aur/PKGBUILD b/aur/PKGBUILD index 9a09ae5..b3892f7 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Vincent Jousse - https://vincent.jousse.org pkgname=pomodorolm-bin -pkgver=0.1.11 -pkgrel=2 +pkgver=0.2.0 +pkgrel=1 pkgdesc="Multi-platform pomodoro tracker with a nice looking UI, inspired by Pomotroid" arch=('x86_64') url="https://github.com/vjousse/pomodorolm" diff --git a/org.jousse.vincent.Pomodorolm.metainfo.xml b/org.jousse.vincent.Pomodorolm.metainfo.xml index aada4de..af5b74a 100644 --- a/org.jousse.vincent.Pomodorolm.metainfo.xml +++ b/org.jousse.vincent.Pomodorolm.metainfo.xml @@ -24,6 +24,9 @@ + + https://github.com/vjousse/pomodorolm/releases/tag/app-v0.2.0 + https://github.com/vjousse/pomodorolm/releases/tag/app-v0.1.11 diff --git a/package-lock.json b/package-lock.json index f636c1e..aa02de8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pomodorolm", - "version": "0.1.11", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pomodorolm", - "version": "0.1.11", + "version": "0.2.0", "dependencies": { "@tauri-apps/api": ">=2.0.0-beta.0", "@tauri-apps/plugin-log": ">=2.0.0-rc.1", diff --git a/package.json b/package.json index 2f9c8a8..7471163 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pomodorolm", "private": true, - "version": "0.1.11", + "version": "0.2.0", "type": "module", "scripts": { "dev": "vite", diff --git a/snapcraft.yaml b/snapcraft.yaml index 86e0d29..be01189 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -5,7 +5,7 @@ platforms: amd64: arm64: -version: "0.1.11" +version: "0.2.0" summary: A simple, good looking and multi-platform pomodoro tracker description: | Pomodorolm is a simple and configurable Pomodoro timer. It aims to provide a visually-pleasing and reliable way to track productivity using the Pomodoro Technique. diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 780aaaf..3e76e7d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3499,7 +3499,7 @@ dependencies = [ [[package]] name = "pomodorolm" -version = "0.1.11" +version = "0.2.0" dependencies = [ "futures", "hex_color", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c6be64e..f26753a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pomodorolm" -version = "0.1.11" +version = "0.2.0" description = "A Tauri App" authors = ["Vincent Jousse"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fe4a361..8394e5c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -41,7 +41,7 @@ } }, "productName": "pomodorolm", - "version": "0.1.11", + "version": "0.2.0", "identifier": "org.jousse.vincent.Pomodorolm", "plugins": {}, "app": {