From 80d6c2bccbfbe32b0f1f668e571e1b70d1ccafac Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Mon, 30 Jan 2023 11:54:27 +0100 Subject: [PATCH] Bumped plugin version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7600ca0..1df50e8 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS) APPVERSION_M = 1 APPVERSION_N = 1 -APPVERSION_P = 0 +APPVERSION_P = 1 APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) APPNAME = "[ L ] Market"