Skip to content

Commit

Permalink
v7.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Oct 12, 2024
1 parent fefdf30 commit 6810743
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.14.0'
* @member {String} version='7.15.0'
*/
version: '7.14.0'
version: '7.15.0'
}

/**
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.14.0'
html : 'v7.15.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.14.0'
* @member {String} version='7.15.0'
*/
version: '7.14.0'
version: '7.15.0'
}

/**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.14.0",
"version": "7.15.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.14.0'
* @default '7.15.0'
* @memberOf! module:Neo
* @name config.version
* @type String
*/
version: '7.14.0'
version: '7.15.0'
};

Object.assign(DefaultConfig, {
Expand Down

0 comments on commit 6810743

Please sign in to comment.