Skip to content

Commit 9099e91

Browse files
committed
v11.3.0
1 parent a71c797 commit 9099e91

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
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.2.0'
23+
* @member {String} version='11.3.0'
2424
*/
25-
version: '11.2.0'
25+
version: '11.3.0'
2626
}
2727

2828
/**

apps/portal/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@type": "Organization",
1717
"name": "Neo.mjs"
1818
},
19-
"datePublished": "2025-11-13",
19+
"datePublished": "2025-11-14",
2020
"publisher": {
2121
"@type": "Organization",
2222
"name": "Neo.mjs"

apps/portal/sitemap.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://neomjs.com/#/about-us</loc>
5-
<lastmod>2025-11-13T10:21:08+01:00</lastmod>
5+
<lastmod>2025-11-14T12:41:08+01:00</lastmod>
66
</url>
77
<url>
88
<loc>https://neomjs.com/#/blog</loc>
9-
<lastmod>2025-11-13T10:21:08+01:00</lastmod>
9+
<lastmod>2025-11-14T12:41:08+01:00</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://neomjs.com/#/docs</loc>
13-
<lastmod>2025-11-13T10:21:08+01:00</lastmod>
13+
<lastmod>2025-11-14T12:41:08+01:00</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://neomjs.com/#/examples</loc>
17-
<lastmod>2025-11-13T10:21:08+01:00</lastmod>
17+
<lastmod>2025-11-14T12:41:08+01:00</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://neomjs.com/#/home</loc>
21-
<lastmod>2025-11-13T10:21:08+01:00</lastmod>
21+
<lastmod>2025-11-14T12:41:08+01:00</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://neomjs.com/#/services</loc>
25-
<lastmod>2025-11-13T10:21:08+01:00</lastmod>
25+
<lastmod>2025-11-14T12:41:08+01:00</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://neomjs.com/#/learn/UsingTheseTopics</loc>
@@ -378,7 +378,7 @@
378378
</url>
379379
<url>
380380
<loc>https://neomjs.com/apps/portal/index.html</loc>
381-
<lastmod>2025-11-13T23:17:09+01:00</lastmod>
381+
<lastmod>2025-11-14T12:41:08+01:00</lastmod>
382382
</url>
383383
<url>
384384
<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.2.0'
111+
text : 'v11.3.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.2.0",
3+
"version" : "11.3.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.2.0'
302+
* @default '11.3.0'
303303
* @memberOf! module:Neo
304304
* @name config.version
305305
* @type String
306306
*/
307-
version: '11.2.0'
307+
version: '11.3.0'
308308
};
309309

310310
Object.assign(DefaultConfig, {

0 commit comments

Comments
 (0)