diff --git a/package-lock.json b/package-lock.json index 5e145c5..3f1791c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "silly-game-frontend", - "version": "0.0.0", + "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "silly-game-frontend", - "version": "0.0.0", + "version": "0.0.1", "dependencies": { "@angular/animations": "^18.2.0", "@angular/common": "^18.2.0", diff --git a/package.json b/package.json index c9f98c2..95c6e6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "silly-game-frontend", - "version": "0.0.1", + "version": "0.0.2", "scripts": { "ng": "ng", "start": "ng serve",