Skip to content

Commit

Permalink
release/1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-dargel committed Dec 17, 2024
1 parent 8868301 commit 37cc980
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
NODE_ENV='production'
RI_BASE_APP_URL='http://localhost'
RI_APP_PORT=5541
RI_APP_VERSION='1.0.0'
RI_APP_VERSION='1.2.0'
RI_APP_PREFIX='api'
RI_APP_FOLDER_NAME='.redis-for-vscode'
RI_CDN_PATH='https://s3.us-east-1.amazonaws.com/redisinsight.test/public/zalenski/vscode/web-mini'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redis-for-vscode",
"version": "1.0.0",
"version": "1.2.0",
"displayName": "Redis for VS Code",
"description": "Visually interact with data and build queries in Redis",
"license": "SEE LICENSE IN LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redis-insight-vsc-plugin",
"version": "1.0.0",
"version": "1.2.0",
"description": "End-to-end tests",
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/src/vscode.runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { VScodeScripts } from './helpers/scripts/vscodeScripts'
__dirname,
'..',
'test-extensions',
'redis.redis-for-vscode-1.0.0',
'redis.redis-for-vscode-1.2.0',
'dist',
'redis-backend',
'dist-minified',
Expand Down

0 comments on commit 37cc980

Please sign in to comment.