diff --git a/docs/changelog.md b/docs/changelog.md index cbdb0f1..14d86f3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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.2.0-beta.4 +## 2.2.0 ### New Features diff --git a/package-lock.json b/package-lock.json index cf39940..4ffdaea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Heynote", - "version": "2.2.0-beta.4", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Heynote", - "version": "2.2.0-beta.4", + "version": "2.2.0", "license": "Commons Clause MIT", "dependencies": { "@sindresorhus/slugify": "^2.2.1", diff --git a/package.json b/package.json index 5459350..b1af7ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Heynote", - "version": "2.2.0-beta.4", + "version": "2.2.0", "main": "dist-electron/main/index.js", "description": "A dedicated scratch pad", "author": "Jonatan Heyman (https://heyman.info)",