From 4cc1e2770f78fd8123c2adb6d21be29936afe6f5 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 23 Dec 2021 16:53:05 -0300 Subject: [PATCH] 0.3.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",