diff --git a/README.md b/README.md index a179cfd..373ca9c 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ FAUNA_GRAPHQL_HOST=https://graphql.fauna.com - Enter `Fauna: Merge GraphQL Schema` to explicitly upload in `merge` mode. -- Enter `Fauna: Override GraphQL Schema` to upload in `override` mode. +- Enter `Fauna: Override GraphQL Schema` to upload in `override` mode. > **WARNING**: `override` mode causes data loss for any previous GraphQL schema. Collections, indexes, or documents that are not involved in GraphQL are not affected. diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 48367aa..0c9ce85 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -20,4 +20,4 @@ jobs: - task: publish file: fauna-vscode-repository/concourse/tasks/publish.yml params: - VSCE_PAT: ((vscode-marketplace-token_expires-2023_06_29)) + VSCE_PAT: ((vscode-marketplace-token_expires-2024_09_09)) diff --git a/package.json b/package.json index 6688107..2cabce8 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "fauna", - "displayName": "Fauna", + "displayName": "Fauna v4", "description": "Fauna extension", "icon": "media/fauna-extension-logo.png", - "version": "2.0.1", + "version": "2.0.2", "publisher": "fauna", "engines": { "vscode": "^1.40.0" @@ -27,7 +27,7 @@ "main": "./out/extension.js", "contributes": { "configuration": { - "title": "Fauna", + "title": "Fauna v4", "required": [ "fauna.adminSecretKey" ],