Release 1.3.3

install.sh now installs the newest published tag by default instead of
tracking the master branch, so 'curl ... | sh' installs a real release and
reports its version. The tag is resolved from the Gitea tags API, falling
back to master if the lookup fails. MOVE_VERSION still pins an explicit ref.
This commit is contained in:
2026-08-17 10:58:26 -05:00
parent b9669269bc
commit 1ad724cd33
4 changed files with 56 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "move",
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"license": "GPL-3.0-only",
"type": "module",