diff --git a/apps/activepieces/config.json b/apps/activepieces/config.json index 32fb1c0284..d67f754010 100644 --- a/apps/activepieces/config.json +++ b/apps/activepieces/config.json @@ -6,8 +6,8 @@ "dynamic_config": true, "id": "activepieces", "description": "Your friendliest open source all-in-one automation tool.", - "tipi_version": 32, - "version": "0.32.0", + "tipi_version": 33, + "version": "0.32.1", "categories": ["automation"], "short_desc": "True zapier alternative.", "author": "Activepieces", @@ -41,5 +41,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1726366297000 + "updated_at": 1726607314000 } diff --git a/apps/activepieces/docker-compose.json b/apps/activepieces/docker-compose.json index 2d4077b771..82e2217d98 100644 --- a/apps/activepieces/docker-compose.json +++ b/apps/activepieces/docker-compose.json @@ -1,7 +1,7 @@ { "services": [ { - "image": "activepieces/activepieces:0.32.0", + "image": "activepieces/activepieces:0.32.1", "name": "activepieces", "internalPort": 80, "isMain": true,