Skip to content

Commit ee11054

Browse files
committed
update version
1 parent da4c373 commit ee11054

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Manifest.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,20 @@
1616
"email": "Henner DOT Kollmann AT gmx DOT de"
1717
}
1818
],
19-
"version": "0.1.1"
19+
"version": "1.0.0-beta"
2020
},
2121
"provides": {
2222
"namespace": "qxl.mobileshowcase",
2323
"encoding": "utf-8",
2424
"class": "source/class",
2525
"resource": "source/resource",
2626
"translation": "source/translation"
27+
"application": {
28+
"class": "qxl.mobileshowcase.Application",
29+
"name": "mobileshowcase",
30+
"bootPath": "source/boot",
31+
"theme": ""
32+
}
2733
},
2834
"externalResources": {
2935
"script": [
@@ -34,6 +40,6 @@
3440
},
3541
"requires": {
3642
"@qooxdoo/compiler": "^1.0.0-beta",
37-
"@qooxdoo/framework": "^6.0.0-alpha"
43+
"@qooxdoo/framework": "^6.0.0-beta"
3844
}
3945
}

compile.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
"applications": [
2121
{
2222
"class": "qxl.mobileshowcase.Application",
23-
"name": "qxl.mobileshowcase",
24-
"bootPath": "source/boot",
23+
"name": "mobileshowcase",
24+
"title": "Qooxdoo Mobile showcase",
25+
"bootPath": "source/boot",
2526
"theme": ""
2627
}
2728
]

0 commit comments

Comments
 (0)