diff --git a/electron/changelog.json b/electron/changelog.json index c4810cb..8e74c0e 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -28,5 +28,10 @@ "title": "Release Notes for 1.0.14", "date": "12/18/2020", "notes": "Bug Fixes: \n- Resolved an issue where launching a second instance of RPS could cause the program to occasionally freeze.\n- Fixed an issue where date filtering could include dates outside the range depending on time zone.\n- Added negative RPS calculations on combined estimate lines like assemblies." + }, + "1.0.15": { + "title": "Release Notes for 1.0.15", + "date": "TBD", + "notes": "" } } diff --git a/package.json b/package.json index db48ca6..83475a2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "ImEX RPS", "author": "ImEX Systems Inc. ", "description": "ImEX RPS", - "version": "1.0.14", + "version": "1.0.15", "main": "electron/main.js", "homepage": "./", "dependencies": {