Skip to content

Commit 7116735

Browse files
authored
Merge pull request #204 from RedisInsight/feature/bugfix/update-version-to-1-0-0
update-version-to-1-0-0
2 parents 78deb26 + 8071a7b commit 7116735

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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'

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)