diff --git a/package-lock.json b/package-lock.json index 2d68c8e..0ca4cf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "the-termagotchi", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "the-termagotchi", - "version": "1.0.4", + "version": "1.0.5", "license": "ISC", "dependencies": { "bcrypt": "^5.0.1", diff --git a/package.json b/package.json index 82e97e7..6fedeff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "the-termagotchi", - "version": "1.0.4", + "version": "1.0.5", "description": "A terminal based, tamagotchi inspired, choose your own adventure game.", "main": "index.js", "type": "commonjs",