diff --git a/electron/changelog.json b/electron/changelog.json index cb8fc12..55455cf 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -78,5 +78,10 @@ "title": "Release Notes for 1.0.24", "date": "11/08/2021", "notes": "New Features: \n- Resolved age calculation issue for model year 2022 vehicles." + }, + "1.0.25": { + "title": "Release Notes for 1.0.25", + "date": "11/08/2021", + "notes": "New Features: \n- Resolved age calculation issue for model year 2022 vehicles." } } diff --git a/package.json b/package.json index 7ae5f9c..a2e6316 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "ImEX RPS", "author": "ImEX Systems Inc. ", "description": "ImEX RPS", - "version": "1.0.24", + "version": "1.0.25", "main": "electron/main.js", "homepage": "./", "dependencies": {