From 699b0d675c2b1d475a0ec919a0cdb95a3633844b Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Mon, 9 Jan 2023 22:03:13 +0100 Subject: [PATCH] [MM-49530] Update prepackaged version of Apps Plugin to v1.2.0 (#22013) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7fe3ab357..6d9f8a6b64 100644 --- a/Makefile +++ b/Makefile @@ -164,7 +164,7 @@ PLUGIN_PACKAGES += mattermost-plugin-todo-v0.6.1 PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.2.0 PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.6.0 PLUGIN_PACKAGES += focalboard-v7.7.0 -PLUGIN_PACKAGES += mattermost-plugin-apps-v1.1.0 +PLUGIN_PACKAGES += mattermost-plugin-apps-v1.2.0 # Prepares the enterprise build if exists. The IGNORE stuff is a hack to get the Makefile to execute the commands outside a target ifeq ($(BUILD_ENTERPRISE_READY),true)