diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2021-10-11 20:02:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 20:02:52 +0200 |
commit | 9b5182873765bfe40170eaea6b6e462056fa0c67 (patch) | |
tree | 4ec9d3d95e1d664e74d09210bea3f0e6026ed679 /package.json | |
parent | c67531161e56488166a33232f87566309ba8676e (diff) | |
download | Luxcena-Neo-9b5182873765bfe40170eaea6b6e462056fa0c67.tar.gz Luxcena-Neo-9b5182873765bfe40170eaea6b6e462056fa0c67.zip |
:bookmark: Init version 1.0.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 879203d..265e7e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "luxcena-neo", - "version": "0.0.1", + "version": "1.0.0", "description": "Some description.", "scripts": { "start": "node app.js", |