Skip to content

Commit

Permalink
chore: bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Jan 22, 2025
1 parent c7a4414 commit ccbbb2d
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,23 @@

All notable changes to this project will be documented in this file.

## [[app-v0.3.4](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.3.4)] - 2025-01-22

### ⚙️ Miscellaneous Tasks

- Update AUR checksum
- Update to latest Tauri ([#150](https://github.com/vjousse/pomodorolm/issues/150))

## [[app-v0.3.3](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.3.3)] - 2025-01-11

### 🐛 Bug Fixes

- Bad pause icon rendering ([#144](https://github.com/vjousse/pomodorolm/issues/144))

### ⚙️ Miscellaneous Tasks

- Bump version to 0.3.3

## [[app-v0.3.2](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.3.2)] - 2025-01-11

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion aur/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Vincent Jousse <vincent@jousse.org> - https://vincent.jousse.org
pkgname=pomodorolm-bin
pkgver=0.3.3
pkgver=0.3.4
pkgrel=1
pkgdesc="Multi-platform pomodoro tracker with a nice looking UI, inspired by Pomotroid"
arch=('x86_64')
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.3.4" date="2025-01-22">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.3.4</url>
</release>
<release version="0.3.3" date="2025-01-11">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.3.3</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.3.3",
"version": "0.3.4",
"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.3.3"
version: "0.3.4"
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.3.3"
version = "0.3.4"
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.3.3",
"version": "0.3.4",
"identifier": "org.jousse.vincent.Pomodorolm",
"plugins": {},
"app": {
Expand Down

0 comments on commit ccbbb2d

Please sign in to comment.