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
*.sln
*.sw?
temporary-captain-to-deploy.tar

View File

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

View File

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