diff --git a/package-lock.json b/package-lock.json index 41324cb..95e8463 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "community-server", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "community-server", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "dependencies": { "@graphql-tools/schema": "^8.2.0", diff --git a/package.json b/package.json index 8701380..3ced10a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "community-server", - "version": "0.2.0", + "version": "0.3.0", "description": "Community is a forum application, also known as community, which connects people around a discussion topic to help each other, this is the server module, which bootstrap the GraphQL API", "private": true, "main": "dist/main.js",