Skip to content

Commit 8c71b05

Browse files
committed
Update Inno Setup scripts
1 parent 5165612 commit 8c71b05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Inno Setup/setup_x32.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "CircuitJS1 Desktop Mod"
5-
#define MyAppVersion "1.3.0"
5+
#define MyAppVersion "1.3.1"
66
#define MyAppPublisher "Usevalad Khatkevich"
77
#define MyAppURL "https://github.com/SEVA77/circuitjs1"
88
#define MyAppExeName "CircuitSimulator.exe"

Inno Setup/setup_x64.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "CircuitJS1 Desktop Mod"
5-
#define MyAppVersion "1.3.0"
5+
#define MyAppVersion "1.3.1"
66
#define MyAppPublisher "Usevalad Khatkevich"
77
#define MyAppURL "https://github.com/SEVA77/circuitjs1"
88
#define MyAppExeName "CircuitSimulator.exe"

0 commit comments

Comments
 (0)