diff --git a/package-lock.json b/package-lock.json index d5df887..3cf5a74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "buzzword-bingo", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "buzzword-bingo", - "version": "0.2.0", + "version": "0.2.1", "dependencies": { "next": "14.0.1", "react": "^18", diff --git a/package.json b/package.json index ad52afc..7a419d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buzzword-bingo", - "version": "0.2.0", + "version": "0.2.1", "private": true, "scripts": { "dev": "next dev",