Skip to content

Commit

Permalink
v7.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Oct 18, 2024
1 parent 5d379e1 commit 00e5e97
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions apps/ServiceWorker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ class ServiceWorker extends ServiceBase {
*/
singleton: true,
/**
* @member {String} version='7.15.0'
* @member {String} version='7.16.0'
*/
version: '7.15.0'
version: '7.16.0'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@type": "Organization",
"name": "Neo.mjs"
},
"datePublished": "2024-10-12",
"datePublished": "2024-10-18",
"publisher": {
"@type": "Organization",
"name": "Neo.mjs"
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/view/home/FooterContainer.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class FooterContainer extends Container {
}, {
module: Component,
cls : ['neo-version'],
html : 'v7.15.0'
html : 'v7.16.0'
}]
}],
/**
Expand Down
4 changes: 2 additions & 2 deletions examples/ServiceWorker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ class ServiceWorker extends ServiceBase {
*/
singleton: true,
/**
* @member {String} version='7.15.0'
* @member {String} version='7.16.0'
*/
version: '7.15.0'
version: '7.16.0'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neo.mjs",
"version": "7.15.0",
"version": "7.16.0",
"description": "The webworkers driven UI framework",
"type": "module",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/DefaultConfig.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,12 @@ const DefaultConfig = {
useVdomWorker: true,
/**
* buildScripts/injectPackageVersion.mjs will update this value
* @default '7.15.0'
* @default '7.16.0'
* @memberOf! module:Neo
* @name config.version
* @type String
*/
version: '7.15.0'
version: '7.16.0'
};

Object.assign(DefaultConfig, {
Expand Down

0 comments on commit 00e5e97

Please sign in to comment.