diff --git a/package.json b/package.json
index 3434e5e6..90d96959 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "exide",
- "version": "3.5.2",
+ "version": "3.5.3",
"description": "a web-based XQuery IDE",
"main": "main.js",
"directories": {
diff --git a/repo.xml b/repo.xml
index 5cd833e1..b5a666b1 100644
--- a/repo.xml
+++ b/repo.xml
@@ -12,6 +12,11 @@
+
+
+ - Fixed: Detection of Javascript and Markdown files opened in editor - #695
+
+
- Fixed: Downloads via Application > Download app and via DB Manager - #650