Bump to version 1.0.0

This commit is contained in:
Julien Gautier
2023-09-14 18:29:10 +02:00
parent 92b204c769
commit 4988d698da
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "headup-app", "name": "headup-app",
"version": "0.0.0", "version": "1.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "headup-app", "name": "headup-app",
"version": "0.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@angular/animations": "^16.1.0", "@angular/animations": "^16.1.0",
"@angular/cdk": "^16.2.1", "@angular/cdk": "^16.2.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "headup-app", "name": "headup-app",
"version": "0.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",