Skip to content

Commit

Permalink
v6.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Aug 19, 2024
1 parent 3da8c67 commit 8af773f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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='6.46.0'
* @member {String} version='6.47.0'
*/
version: '6.46.0'
version: '6.47.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 : 'v6.46.0'
html : 'v6.47.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='6.46.0'
* @member {String} version='6.47.0'
*/
version: '6.46.0'
version: '6.47.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": "6.46.0",
"version": "6.47.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 '6.46.0'
* @default '6.47.0'
* @memberOf! module:Neo
* @name config.version
* @type String
*/
version: '6.46.0'
version: '6.47.0'
};

Object.assign(DefaultConfig, {
Expand Down

0 comments on commit 8af773f

Please sign in to comment.