Skip to content

Commit

Permalink
chore: bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Nov 7, 2024
1 parent 9114f5d commit 45d3d25
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 9 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [[app-v0.3.1](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.3.1)] - 2024-11-07

### 🐛 Bug Fixes

- LibOSSlib.so not found in snap ([#130](https://github.com/vjousse/pomodorolm/issues/130))
- Mac osx hide behavior ([#132](https://github.com/vjousse/pomodorolm/issues/132))

### ⚙️ Miscellaneous Tasks

- Update AUR checksum

## [[app-v0.3.0](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.3.0)] - 2024-11-06

### 🚀 Features
Expand All @@ -23,12 +34,13 @@ All notable changes to this project will be documented in this file.
- Update to stable Tauri v2 ([#116](https://github.com/vjousse/pomodorolm/issues/116))
- Create issue template ([#124](https://github.com/vjousse/pomodorolm/issues/124))
- Update to Tauri stable ([#128](https://github.com/vjousse/pomodorolm/issues/128))
- Bump to 0.3.0

## [[app-v0.2.2](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.2.2)] - 2024-10-16

### 🐛 Bug Fixes

- Focus notification time
- Focus notification time ([#126](https://github.com/vjousse/pomodorolm/issues/126))

## [[app-v0.2.1](https://github.com/vjousse/pomodorolm/releases/tag/app-v0.2.1)] - 2024-09-29

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 <[email protected]> - https://vincent.jousse.org
pkgname=pomodorolm-bin
pkgver=0.3.0
pkgver=0.3.1
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.1" date="2024-11-07">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.3.1</url>
</release>
<release version="0.3.0" date="2024-11-06">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.3.0</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.0",
"version": "0.3.1",
"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.0"
version: "0.3.1"
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.0"
version = "0.3.1"
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.0",
"version": "0.3.1",
"identifier": "org.jousse.vincent.Pomodorolm",
"plugins": {},
"app": {
Expand Down

0 comments on commit 45d3d25

Please sign in to comment.