We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cb147 commit afa6cc1Copy full SHA for afa6cc1
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.2.1"
+#define MyAppVersion "1.2.2"
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.2.1"
+#define VERSION_STRING "1.2.2"
0 commit comments