diff --git a/changes.json b/changes.json index 6b490f6..7236948 100644 --- a/changes.json +++ b/changes.json @@ -1,5 +1,11 @@ { "changes":[ + { + "version": "0.5.1", + "log":[ + "Fixed a bunch of miscellaneous bugs" + ] + } , { "version": "0.5.0", "log":[ diff --git a/package.json b/package.json index 1b5617c..06a0174 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.joaomgcd.join", "productName": "Join Desktop", "homepage": "https://joaoapps.com/join/desktop", - "version": "0.5.0", + "version": "0.5.1", "description": "A companion app for the Join website", "main": "main_esm.js", "scripts": {