fix(core): update

This commit is contained in:
Philipp Kunz 2023-01-03 16:46:41 +01:00
parent eed1c75aba
commit 0074938e57
2 changed files with 2 additions and 2 deletions

View File

@ -52,4 +52,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartenv',
version: '5.0.4',
version: '5.0.5',
description: 'store things about your environment and let them travel across modules'
}