release: v1.0.3

- Fix Avalanche Engine: paste pattern identifiers now harvested as pivot seeds
- Bump version to 1.0.3
This commit is contained in:
nox-project
2026-04-15 12:22:05 +02:00
parent d72163d4b6
commit 294c7cbf84
6 changed files with 17 additions and 5 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
set -e
# NOX v1.0.2 — .deb build script (FPM)
# NOX v1.0.3 — .deb build script (FPM)
# Requires: fpm → gem install fpm
VERSION="1.0.2"
VERSION="1.0.3"
PKG_NAME="nox-cli"
ARCH="all"
OUT_DIR="dist"