Skip to content

Commit 4a6ee39

Browse files
committed
v1.1.0
1 parent 439113a commit 4a6ee39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installer/installer.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 "Waveform"
5-
#define MyAppVersion "1.1.0-rc1"
5+
#define MyAppVersion "1.1.0"
66
#define MyAppURL "https://github.com/phandasm/waveform"
77

88
[Setup]

src/module.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
#define MODULE_DISPLAY_NAME "Waveform Visualizer"
2121
#define MODULE_NAME "phandasm_waveform"
22-
#define VERSION_STRING "1.1.0-rc1"
22+
#define VERSION_STRING "1.1.0"

0 commit comments

Comments
 (0)