reading version from package.json instead of version file #5

This commit is contained in:
undergroundwires
2020-04-26 14:38:16 +01:00
parent 226074c534
commit 691f989682
10 changed files with 12 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "privacy.sexy",
"version": "0.1.0",
"version": "0.4.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",