diff --git a/package.json b/package.json
index 539a071194f136f711f53a092785e075c2b9ce2f..42c5bd1cbbee374effb70880dbbb08cf3ea6443e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "pling-store",
   "productName": "Pling-Store",
-  "version": "5.1.1",
+  "version": "5.0.2",
   "description": "Store Frontend and Management Application based on OpenCollaborationServices (OCS) of Opendesktop.org.",
   "author": "Pling.com",
   "license": "GPL-3.0",
diff --git a/pkg/appimage/appimagebuild b/pkg/appimage/appimagebuild
index 4c8f17fc1941137725e55991fea1a8b84932f22d..2655808393d7399269006ff098657817cfaf2ae1 100755
--- a/pkg/appimage/appimagebuild
+++ b/pkg/appimage/appimagebuild
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 PKGNAME='pling-store'
-PKGVER='5.0.1'
+PKGVER='5.0.2'
 
 # Only timestamp development branches
 if [[ "${CI_PROJECT_NAME}" == *"development"* ]]; then