We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439113a commit 4a6ee39Copy full SHA for 4a6ee39
installer/installer.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "Waveform"
5
-#define MyAppVersion "1.1.0-rc1"
+#define MyAppVersion "1.1.0"
6
#define MyAppURL "https://github.com/phandasm/waveform"
7
8
[Setup]
src/module.hpp
@@ -19,4 +19,4 @@
19
20
#define MODULE_DISPLAY_NAME "Waveform Visualizer"
21
#define MODULE_NAME "phandasm_waveform"
22
-#define VERSION_STRING "1.1.0-rc1"
+#define VERSION_STRING "1.1.0"
0 commit comments