Bump version

This commit is contained in:
William Oldham
2023-11-05 15:22:34 +00:00
parent 16fb41c898
commit effe139683
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"homepage": "https://github.com/movie-web/backend",
"engines": {

View File

@@ -8,7 +8,7 @@ const fragments = {
dockerdev: dockerFragment,
};
export const version = '1.0.0';
export const version = '1.0.3';
export const conf = createConfigLoader()
.addFromEnvironment('MWB_')