diff --git a/setup_script.iss b/setup_script.iss
index 518c8fd..0da8eea 100644
--- a/setup_script.iss
+++ b/setup_script.iss
@@ -1,4 +1,4 @@
-#define VersionString "0.0.4-rc2"
+#define VersionString "0.0.4"
#define AppId "1f7e9ebf-ed92-4d88-8eac-89e3fe53282c"
[Setup]
diff --git a/src/main.cpp b/src/main.cpp
index db49232..74e8059 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -26,7 +26,7 @@ int main(int argc, char *argv[]) {
QApplication app(argc, argv);
QCoreApplication::setApplicationName("qtedit4");
- QCoreApplication::setApplicationVersion("0.0.4-rc2");
+ QCoreApplication::setApplicationVersion("0.0.4");
#if defined(WIN32)
// default style on windows is ugly and unusable.
diff --git a/updates.json b/updates.json
index 9af0492..0050e2c 100644
--- a/updates.json
+++ b/updates.json
@@ -1,31 +1,30 @@
{
"updates":{
"windows":{
- "open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.3",
- "latest-version":"0.0.3",
- "download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3/qtedit4-qt6.8.0-v0.0.3-x86_64.exe",
- "changelog":"Keep original endlines\nText preview\nMark current word in document\nAutomatic updates, update channels, faster start, margin position fixes\nGoto matching bracket",
+ "open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4",
+ "latest-version":"0.0.4",
+ "download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4/qtedit4-qt6.8.1-v0.0.4-x86_64.exe",
+ "changelog":"Fixes running under gnome
Updates to the editor component
Added a minimap to the editors
Baby steps for a building projects",
"mandatory":true
},
"windows-testing":{
- "open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4-rc2",
- "latest-version":"0.0.4-rc2",
- "download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4-rc2/qtedit4-qt6.8.0-v0.0.v0.0.4-rc2-x86_64.exe",
+ "open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4",
+ "latest-version":"0.0.4",
+ "download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4/qtedit4-qt6.8.1-v0.0.4-x86_64.exe",
"changelog":"Fixes running under gnome
Updates to the editor component
Added a minimap to the editors
Baby steps for a building projects",
"mandatory":true
},
"linux":{
- "open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.3",
- "latest-version":"0.0.3",
- "download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3/qtedit4-qt6.8.0-v0.0.3-x86_64.AppImage",
- "changelog":"Keep original endlines\nText preview\nMark current word in document\nAutomatic updates, update channels, faster start, margin position fixes\nGoto matching bracket",
+ "open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4",
+ "latest-version":"0.0.4",
+ "download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4/qtedit4-qt6.8.1-v0.0.4-x86_64.AppImage",
+ "changelog":"Fixes running under gnome
Updates to the editor component
Added a minimap to the editors
Baby steps for a building projects",
"mandatory":true
-
},
"linux-testing":{
- "open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4-rc2",
- "latest-version":"0.0.4-rc2",
- "download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4-rc2/qtedit4-qt6.8.0-v0.0.4-rc2-x86_64.AppImage",
+ "open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4",
+ "latest-version":"0.0.4",
+ "download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4/qtedit4-qt6.8.1-v0.0.4-x86_64.AppImage",
"changelog":"Fixes running under gnome
Updates to the editor component
Added a minimap to the editors
Baby steps for a building projects",
"mandatory":true
}