From 585a6ebfca1d8d1fa2b36e036730bd2cba769d90 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 15 Sep 2025 12:43:41 +0200 Subject: [PATCH] Changed project name --- README.md | 4 +++- index.html | 6 +++--- package.json | 4 ++-- sonar-project.properties | 4 ++-- src/views/AboutView.vue | 3 ++- 5 files changed, 12 insertions(+), 9 deletions(-) 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 @@