Bump version to 2.0.0-alpha.2

#build
This commit is contained in:
Jonatan Heyman 2024-12-06 00:31:25 +01:00
parent fe6a410e95
commit 3466e0d4fc
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "Heynote",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Heynote",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.2",
"license": "Commons Clause MIT",
"dependencies": {
"@sindresorhus/slugify": "^2.2.1",

View File

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