From c4a9058c565913f86220c254224b8facd6aeb28b Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Fri, 10 Jun 2022 15:14:01 +0000 Subject: [PATCH] Correcting Readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa4020b..feb28a6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project aims to have a starter kit for creating a new Node with typescript, Tech(Library or Framework) | Version | --- | --- | -Jest (Testing) | 28.1.0 +Jest (Testing) | 28.1.1 Typescript | 4.7.3 GraphQL | 16.5.0 diff --git a/package.json b/package.json index 188f7b1..57180fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aleleba/create-node-ts-graphql-server", - "version": "1.0.10", + "version": "1.0.11", "description": "Node with Typescript and GraphQL Server", "bin": "./bin/cli.js", "main": "index.js",