Skip to content

Commit 87a9158

Browse files
committed
Version bump
Forgot to merge a branch in the last release, so see previous release notes for information.
1 parent 19404b4 commit 87a9158

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-95
2+
3+
Forgot to merge a branch in the last release, so see previous release notes for information.
4+
15
# 2.0.0-94
26

37
Added support for 'generic' node modules that loads on server start.

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-94",
3+
"version": "2.0.0-95",
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-94",
7+
"Version" : "2.0.0-95",
88
"SettingsManager": {},
99
"PackageManager": {},
1010
"Preloads": {},

0 commit comments

Comments
 (0)