Set version to v1.0.0

This commit is contained in:
Patrick
2025-08-19 13:18:46 +02:00
parent ffa3aeb4fc
commit 7699362a60
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
@ -22,4 +22,4 @@
"eslint-config-next": "15.4.7",
"@eslint/eslintrc": "^3"
}
}
}

View File

@ -10,7 +10,7 @@
</parent>
<groupId>com.ebrains</groupId>
<artifactId>cruddemo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<name>cruddemo</name>
<description>Demo database crud project for Spring Boot</description>
<url/>