Skip to content

Commit

Permalink
v7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Aug 27, 2024
1 parent 334cca9 commit 9736e4b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.0.2'
* @member {String} version='7.0.3'
*/
version: '7.0.2'
version: '7.0.3'
}

/**
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-08-18",
"datePublished": "2024-08-27",
"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.0.2'
html : 'v7.0.3'
}]
}],
/**
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.0.2'
* @member {String} version='7.0.3'
*/
version: '7.0.2'
version: '7.0.3'
}

/**
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neo.mjs",
"version": "7.0.2",
"version": "7.0.3",
"description": "The webworkers driven UI framework",
"type": "module",
"repository": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"highlightjs-line-numbers.js": "^2.8.0",
"inquirer": "^10.1.8",
"marked": "^14.1.0",
"monaco-editor": "^0.50.0",
"monaco-editor": "0.50.0",
"neo-jsdoc": "1.0.1",
"neo-jsdoc-x": "1.0.5",
"postcss": "^8.4.41",
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.0.2'
* @default '7.0.3'
* @memberOf! module:Neo
* @name config.version
* @type String
*/
version: '7.0.2'
version: '7.0.3'
};

Object.assign(DefaultConfig, {
Expand Down

0 comments on commit 9736e4b

Please sign in to comment.