From 85e3234a95222e66a3dc0fd1d40842d4b60fc7b6 Mon Sep 17 00:00:00 2001
From: Alexis Lopez Zubieta <contact@azubieta.net>
Date: Mon, 11 Nov 2019 13:26:21 -0600
Subject: [PATCH] bump version to 5.0.2

---
 package.json               | 2 +-
 pkg/appimage/appimagebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 539a071..42c5bd1 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 4c8f17f..2655808 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
-- 
GitLab