Release: 2.0.0

This commit is contained in:
Douglas Barone 2020-11-17 16:25:00 -04:00
parent 5d851b6db3
commit 52f39c0fdf
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
temporary-captain-to-deploy.tar

View File

@ -1,6 +1,6 @@
{ {
"name": "ifms-gql-server", "name": "ifms-gql-server",
"version": "0.0.1", "version": "2.0.0",
"description": "Servidor GraphQL para concentrar as informações do IFMS", "description": "Servidor GraphQL para concentrar as informações do IFMS",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {

View File

@ -1,6 +1,6 @@
{ {
"name": "ifms-pti", "name": "ifms-pti",
"version": "0.1.0", "version": "2.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",