diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4ffe0..af57f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.3.1](https://github.com/dhis2/app-management-app/compare/v100.3.0...v100.3.1) (2024-11-10) + + +### Bug Fixes + +* **translations:** sync translations from transifex (master) ([721b812](https://github.com/dhis2/app-management-app/commit/721b812f759086efe9b28d4de15d4c4a7cc74e88)) + # [100.3.0](https://github.com/dhis2/app-management-app/compare/v100.2.40...v100.3.0) (2024-10-29) diff --git a/package.json b/package.json index d5f3cce..7b45a1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-management-app", - "version": "100.3.0", + "version": "100.3.1", "description": "The Application Management App provides the ability to upload webapps in .zip files, as well as installing apps directly from the official DHIS 2 App Store", "scripts": { "start": "d2-app-scripts start",