fix release
authorAlan <alan@roojs.com>
Wed, 31 Aug 2022 06:55:39 +0000 (14:55 +0800)
committerAlan <alan@roojs.com>
Wed, 31 Aug 2022 06:55:39 +0000 (14:55 +0800)
src/Builder4/About.bjs
src/Builder4/About.vala

index d8de099..4387ba5 100644 (file)
@@ -15,7 +15,7 @@
    "program_name" : "roobuilder",
    "string copyright" : "LGPL",
    "string license" : "LGPL",
-   "string version" : "4.2.0",
+   "string version" : "4.4.0",
    "website" : "https://github.com/roojs/roobuilder",
    "xtype" : "AboutDialog",
    "| void show" : [
index 9258969..14289eb 100644 (file)
@@ -27,7 +27,7 @@ public class About : Object
         this.el.program_name = "roobuilder";
         this.el.license = "LGPL";
         this.el.authors = { "Alan Knowles" };
-        this.el.version = "4.2.0";
+        this.el.version = "4.4.0";
         this.el.website = "https://github.com/roojs/roobuilder";
         this.el.modal = true;
         this.el.copyright = "LGPL";