Bump to 1.4.3

This commit is contained in:
2026-04-13 19:19:22 +09:00
parent 0d07bc468c
commit 03d2cf30d0
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
; Non-commercial use only
#define MyAppName "MayShow"
#define MyAppVersion "1.4.2"
#define MyAppVersion "1.4.3"
#define MyAppPublisher "Quickity Quack Productions"
#define MyAppExeName "MayShow.exe"
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
VERSION="1.4.2"
VERSION="1.4.3"
SRC_DIR="src" # user ran script from main folder
if [ ! -d "$SRC_DIR" ]; then
SRC_DIR= "../src" # try