Skip to content

Commit b118e88

Browse files
Merge pull request #209 from RedisInsight/latest
2 parents 8c63a82 + 55b12b4 commit b118e88

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
NODE_ENV='production'
66
RI_BASE_APP_URL='http://localhost'
77
RI_APP_PORT=5541
8-
RI_APP_VERSION='0.0.1'
8+
RI_APP_VERSION='1.0.0'
99
RI_APP_PREFIX='api'
1010
RI_APP_FOLDER_NAME='.redis-for-vscode'
1111
RI_CDN_PATH='https://s3.amazonaws.com/redisinsight.download/public/releases/2.54.1/web-mini'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# <img src="https://github.com/RedisInsight/Redis-for-VS-Code/blob/main/src/resources/256x256.png" alt="logo" width="25"/> Redis for VS Code
1+
# <img src="https://github.com/RedisInsight/Redis-for-VS-Code/blob/main/src/resources/256x256.png?raw=true" alt="logo" width="25"/> Redis for VS Code
22

33
Redis for VS Code is the official Visual Studio Code extension that provides an intuitive and efficient GUI for Redis databases, developed by Redis.
44

5-
![Redis for VS Code](https://github.com/RedisInsight/Redis-for-VS-Code/blob/main/.github/Redis_for_VS_Code_main_screen.png)
5+
![Redis for VS Code](https://github.com/RedisInsight/Redis-for-VS-Code/blob/main/.github/Redis_for_VS_Code_main_screen.png?raw=true)
66

77
## Key features:
88
* Universal Redis Support: Connect to any Redis instance, including Redis Community Edition, Redis Cloud, Redis Software, and Redis on Azure Cache.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis-for-vscode",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"displayName": "Redis for VS Code",
55
"description": "Visually interact with data and build queries in Redis",
66
"license": "SEE LICENSE IN LICENSE",

tests/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis-insight-vsc-plugin",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "End-to-end tests",
55
"scripts": {
66
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",

tests/e2e/src/vscode.runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { VScodeScripts } from './helpers/scripts/vscodeScripts'
3131
__dirname,
3232
'..',
3333
'test-extensions',
34-
'redis.redis-for-vscode-0.0.1',
34+
'redis.redis-for-vscode-1.0.0',
3535
'dist',
3636
'redis-backend',
3737
'dist-minified',

0 commit comments

Comments
 (0)