diff --git a/.env b/.env index 767f3b7d..25ddeaf5 100644 --- a/.env +++ b/.env @@ -5,7 +5,7 @@ NODE_ENV='production' RI_BASE_APP_URL='http://localhost' RI_APP_PORT=5541 -RI_APP_VERSION='0.0.1' +RI_APP_VERSION='1.0.0' RI_APP_PREFIX='api' RI_APP_FOLDER_NAME='.redis-for-vscode' RI_CDN_PATH='https://s3.amazonaws.com/redisinsight.download/public/releases/2.54.1/web-mini' diff --git a/README.md b/README.md index 6f5afcde..6d8d3a33 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# logo Redis for VS Code +# logo Redis for VS Code Redis for VS Code is the official Visual Studio Code extension that provides an intuitive and efficient GUI for Redis databases, developed by Redis. -![Redis for VS Code](https://github.com/RedisInsight/Redis-for-VS-Code/blob/main/.github/Redis_for_VS_Code_main_screen.png) +![Redis for VS Code](https://github.com/RedisInsight/Redis-for-VS-Code/blob/main/.github/Redis_for_VS_Code_main_screen.png?raw=true) ## Key features: * Universal Redis Support: Connect to any Redis instance, including Redis Community Edition, Redis Cloud, Redis Software, and Redis on Azure Cache. diff --git a/package.json b/package.json index 19d672e6..8de3bb8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis-for-vscode", - "version": "0.0.1", + "version": "1.0.0", "displayName": "Redis for VS Code", "description": "Visually interact with data and build queries in Redis", "license": "SEE LICENSE IN LICENSE", diff --git a/tests/e2e/package.json b/tests/e2e/package.json index 71cfd2ec..4425a219 100644 --- a/tests/e2e/package.json +++ b/tests/e2e/package.json @@ -1,6 +1,6 @@ { "name": "redis-insight-vsc-plugin", - "version": "0.0.1", + "version": "1.0.0", "description": "End-to-end tests", "scripts": { "lint": "eslint . --ext .js,.jsx,.ts,.tsx", diff --git a/tests/e2e/src/vscode.runner.ts b/tests/e2e/src/vscode.runner.ts index daa9f6cb..8ee3f322 100644 --- a/tests/e2e/src/vscode.runner.ts +++ b/tests/e2e/src/vscode.runner.ts @@ -31,7 +31,7 @@ import { VScodeScripts } from './helpers/scripts/vscodeScripts' __dirname, '..', 'test-extensions', - 'redis.redis-for-vscode-0.0.1', + 'redis.redis-for-vscode-1.0.0', 'dist', 'redis-backend', 'dist-minified',