Bump version to 2.0.0-alpha

This commit is contained in:
Jonatan Heyman 2024-10-06 12:01:17 +02:00
parent 570da126fc
commit 02d396d50d
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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