Skip to content

Commit

Permalink
chore: bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Sep 27, 2024
1 parent 5cd9906 commit a558bc4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions aur/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Vincent Jousse <[email protected]> - 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"
Expand Down
3 changes: 3 additions & 0 deletions org.jousse.vincent.Pomodorolm.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="0.2.0" date="2024-09-27">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.2.0</url>
</release>
<release version="0.1.11" date="2024-09-13">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.1.11</url>
</release>
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pomodorolm",
"private": true,
"version": "0.1.11",
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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 = "pomodorolm"
version = "0.1.11"
version = "0.2.0"
description = "A Tauri App"
authors = ["Vincent Jousse"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
},
"productName": "pomodorolm",
"version": "0.1.11",
"version": "0.2.0",
"identifier": "org.jousse.vincent.Pomodorolm",
"plugins": {},
"app": {
Expand Down

0 comments on commit a558bc4

Please sign in to comment.