From c975fdc9822c67a6e1be3c2362dd24c48c22cbed Mon Sep 17 00:00:00 2001 From: Lev <1187448+levb@users.noreply.github.com> Date: Thu, 2 Jun 2022 13:51:14 -0700 Subject: [PATCH] Bumped prepackaged mattermost-plugin-apps to v1.1.0 (#20276) Co-authored-by: Mattermod --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee779c9dc1..f95b6c0d55 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ PLUGIN_PACKAGES += mattermost-plugin-nps-v1.2.0 PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.2.0 PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.5.0 PLUGIN_PACKAGES += focalboard-v0.15.0 -PLUGIN_PACKAGES += mattermost-plugin-apps-v1.0.1 +PLUGIN_PACKAGES += mattermost-plugin-apps-v1.1.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)