prep for 4.4.2 release
[roobuilder] / src / Builder4 / About.bjs
index 8209ffd..cf4d9d7 100644 (file)
@@ -9,24 +9,21 @@
     "response" : [
      "(rid) => {",
      "    this.el.hide();",
-     "    ",
-     "}",
-     "  "
+     "}"
     ]
    },
    "program_name" : "roobuilder",
    "string copyright" : "LGPL",
    "string license" : "LGPL",
-   "string version" : "4.2.0",
+   "string version" : "4.4.2",
    "website" : "https://github.com/roojs/roobuilder",
    "xtype" : "AboutDialog",
-   "|    void show" : [
+   "| void show" : [
     "(Gtk.Window parent) {",
     "    this.el.set_transient_for(parent);",
     "    this.el.modal = true;",
     "    this.el.show();",
-    "}",
-    " "
+    "}"
    ]
   }
  ],