Skip to content

Commit 38b0f2a

Browse files
committed
v11.6.0
1 parent 85c82d5 commit 38b0f2a

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

ServiceWorker.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ class ServiceWorker extends ServiceBase {
2020
*/
2121
singleton: true,
2222
/**
23-
* @member {String} version='11.5.0'
23+
* @member {String} version='11.6.0'
2424
*/
25-
version: '11.5.0'
25+
version: '11.6.0'
2626
}
2727

2828
/**

apps/portal/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
</url>
427427
<url>
428428
<loc>https://neomjs.com/apps/portal/index.html</loc>
429-
<lastmod>2025-11-18T20:22:43+01:00</lastmod>
429+
<lastmod>2025-11-18T21:16:43+01:00</lastmod>
430430
</url>
431431
<url>
432432
<loc>https://neomjs.com/apps/realworld/index.html</loc>

apps/portal/view/home/FooterContainer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class FooterContainer extends Container {
108108
}, {
109109
module: Component,
110110
cls : ['neo-version'],
111-
text : 'v11.5.0'
111+
text : 'v11.6.0'
112112
}]
113113
}],
114114
/**

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "neo.mjs",
3-
"version" : "11.5.0",
3+
"version" : "11.6.0",
44
"description": "Neo.mjs: The AI-native web platform for building ultra-fast, desktop-like web applications. It features a truly multi-threaded architecture, an enterprise-grade component library, and a zero-builds development mode. Architected for AI collaboration from the ground up, it includes three dedicated Model Context Protocol (MCP) servers.",
55
"type" : "module",
66
"repository": {

src/DefaultConfig.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,12 @@ const DefaultConfig = {
299299
useVdomWorker: true,
300300
/**
301301
* buildScripts/injectPackageVersion.mjs will update this value
302-
* @default '11.5.0'
302+
* @default '11.6.0'
303303
* @memberOf! module:Neo
304304
* @name config.version
305305
* @type String
306306
*/
307-
version: '11.5.0'
307+
version: '11.6.0'
308308
};
309309

310310
Object.assign(DefaultConfig, {

0 commit comments

Comments
 (0)