Bump version to 2.8.0-beta.2

This commit is contained in:
Jonatan Heyman 2026-01-21 14:36:05 +01:00
parent 2419ece730
commit 0bca4a8c89
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
Here are the most notable changes in each release. For a more detailed list of changes, see the [Github Releases page](https://github.com/heyman/heynote/releases).
## 2.8.0-beta (not released yet)
## 2.8.0-beta.2 (not released yet)
### Images

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "Heynote",
"version": "2.8.0-beta",
"version": "2.8.0-beta.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Heynote",
"version": "2.8.0-beta",
"version": "2.8.0-beta.2",
"hasInstallScript": true,
"license": "Commons Clause MIT",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "Heynote",
"version": "2.8.0-beta",
"version": "2.8.0-beta.2",
"main": "dist-electron/main/index.js",
"description": "A dedicated scratch pad",
"author": "Jonatan Heyman (https://heyman.info)",