From 201e5e5e6f654d8918e4097110dcbe7143743c42 Mon Sep 17 00:00:00 2001 From: Karsten Gieselmann <33000800+capricorn8@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:48:49 +0100 Subject: [PATCH] Release 2.1.0 #198, #199 --- focuspoints.lrdevplugin/Info.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/focuspoints.lrdevplugin/Info.lua b/focuspoints.lrdevplugin/Info.lua index ecc22b4..c4c2b52 100644 --- a/focuspoints.lrdevplugin/Info.lua +++ b/focuspoints.lrdevplugin/Info.lua @@ -53,7 +53,7 @@ return { }, }, - VERSION = { major=2, minor=1, revision=0, build=1, }, + VERSION = { major=2, minor=1, revision=0, build=0, }, LrPluginInfoProvider = 'FocusPointsInfoProvider.lua',