diff --git a/apps/mixpost/config.json b/apps/mixpost/config.json index b2e14961..642bf28c 100644 --- a/apps/mixpost/config.json +++ b/apps/mixpost/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "mixpost", - "tipi_version": 12, - "version": "1.7.0", + "tipi_version": 13, + "version": "1.7.1", "categories": ["social"], "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/docker-compose.yml b/apps/mixpost/docker-compose.yml index 018fc6a1..6799d2a7 100644 --- a/apps/mixpost/docker-compose.yml +++ b/apps/mixpost/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: mixpost: - image: inovector/mixpost:v1.7.0 + image: inovector/mixpost:v1.7.1 container_name: mixpost environment: - APP_NAME='Mixpost'