diff --git a/README.md b/README.md index b98b653..c701814 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# dexie-test +# YDIOY + +Your Data Is Only Yours [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=xliviux_dexie-test&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=xliviux_dexie-test) [![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=xliviux_dexie-test)](https://sonarcloud.io/summary/new_code?id=xliviux_dexie-test) diff --git a/index.html b/index.html index f099868..21a909a 100644 --- a/index.html +++ b/index.html @@ -2,12 +2,12 @@ - + - Dexie Test + YDIOY diff --git a/package.json b/package.json index 7cbb64d..d6008a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "dexie-test", - "version": "0.0.0", + "name": "ydioy", + "version": "1.0.0", "private": true, "type": "module", "engines": { diff --git a/sonar-project.properties b/sonar-project.properties index d4c5789..b216192 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ sonar.projectKey=xliviux_dexie-test sonar.organization=xliviux -sonar.projectName=dexie-test -sonar.projectVersion=1.0 +sonar.projectName=YDIOY +sonar.projectVersion=1.0.0 sonar.sources=. sonar.sourceEncoding=UTF-8 sonar.tests=tests diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue index 6ea9720..ded673b 100644 --- a/src/views/AboutView.vue +++ b/src/views/AboutView.vue @@ -1,6 +1,7 @@