diff --git a/package-lock.json b/package-lock.json index 92fece3..6c3db2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "express-guestbook", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b1c418e..a74dfb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-guestbook", - "version": "1.0.0", + "version": "1.0.1", "description": "A Node.js web application that allows visitors to leave a public comment without creating a user account.", "main": "src/index.js", "scripts": {