We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff21256 commit 51dca0bCopy full SHA for 51dca0b
1 file changed
piwigoPublish.lrplugin/Init.lua
@@ -79,7 +79,7 @@ _G.iconPath = _PLUGIN:resourceId("icons/icon_med.png")
79
-- _PLUGIN.VERSION is nil here for some reason, so hardcoding for now
80
-- just need to ensure both places are updated together
81
82
-_G.versionInfo = { major=20260122, minor=27, revision=0 }
+_G.versionInfo = { major=20260124, minor=28, revision=0 }
83
84
_G.pluginVersion = string.format("%d.%d", versionInfo.major, versionInfo.minor)
85
-- Auto-update checker
0 commit comments