From 5ce7590b0a60c2a6f25c20aed7d127eaafbf99fc Mon Sep 17 00:00:00 2001 From: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:02:37 -0400 Subject: [PATCH] Update Mixpost Pro to 0.7 (#658) --- apps/mixpost-pro/config.json | 4 ++-- apps/mixpost-pro/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mixpost-pro/config.json b/apps/mixpost-pro/config.json index 3df3c415..9c6cbf4d 100644 --- a/apps/mixpost-pro/config.json +++ b/apps/mixpost-pro/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "mixpost-pro", - "tipi_version": 4, - "version": "0.6", + "tipi_version": 5, + "version": "0.7", "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. ", diff --git a/apps/mixpost-pro/docker-compose.yml b/apps/mixpost-pro/docker-compose.yml index 4d731434..66d2bfe8 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.6 + - MIXPOST_VERSION=^0.7 - LICENSE_KEY=${MIXPOST_LICENSE_KEY} - APP_KEY=${MIXPOST_APP_KEY} - APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}