Skip to content

Commit 64bb9f9

Browse files
committed
Version bump
Adds new handling of user package resources.
1 parent a3ff31c commit 64bb9f9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.0-92
2+
3+
Adds new handling of user package resources.
4+
15
# 2.0.0-91
26

37
Added theme overlay support. Updated zip handling in user-installable

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OS.js",
3-
"version": "2.0.0-91",
3+
"version": "2.0.0-92",
44
"description": "JavaScript Cloud/Web Desktop Platform",
55
"url": "https://www.os-js.org",
66
"email": "[email protected]",

src/conf/000-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"storage": "demo",
55

66
"client" : {
7-
"Version" : "2.0.0-91",
7+
"Version" : "2.0.0-92",
88
"SettingsManager": {},
99
"PackageManager": {},
1010
"Preloads": {},

0 commit comments

Comments
 (0)