From 546f1118827378427aab1507b7a5070b3bd08f7a Mon Sep 17 00:00:00 2001 From: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com> Date: Wed, 24 May 2023 08:02:51 -0400 Subject: [PATCH] Update Mixpost Pro to 0.6 (#584) --- apps/mixpost-pro/config.json | 6 +++--- apps/mixpost-pro/docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/mixpost-pro/config.json b/apps/mixpost-pro/config.json index c5837a0a..3df3c415 100644 --- a/apps/mixpost-pro/config.json +++ b/apps/mixpost-pro/config.json @@ -5,9 +5,9 @@ "available": true, "exposable": true, "id": "mixpost-pro", - "tipi_version": 3, - "version": "0.5", - "categories": ["social"], + "tipi_version": 4, + "version": "0.6", + "categories": ["social", "utilities"], "description": "Mixpost it's the coolest Self-hosted social media management software.", "short_desc": "Self-hosted social media management. Schedule and organize your social content. ", "author": "Inovector", diff --git a/apps/mixpost-pro/docker-compose.yml b/apps/mixpost-pro/docker-compose.yml index 8178c577..4d731434 100644 --- a/apps/mixpost-pro/docker-compose.yml +++ b/apps/mixpost-pro/docker-compose.yml @@ -6,7 +6,7 @@ services: container_name: mixpost-pro environment: - APP_NAME=Mixpost - - MIXPOST_VERSION=^0.5 + - MIXPOST_VERSION=^0.6 - LICENSE_KEY=${MIXPOST_LICENSE_KEY} - APP_KEY=${MIXPOST_APP_KEY} - APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}