Skip to content

Commit 7e76b1a

Browse files
authored
Merge pull request #1133 from RedisInsight/bugfix/RI-3481-hide-terminal-while-running-deb-riv2
do not show terminal + bump redisinsight version
2 parents 00c7c6b + be4a887 commit 7e76b1a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

electron-builder.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
"desktop": {
7676
"Name": "RedisInsight",
7777
"Type": "Application",
78-
"Comment": "Redis GUI by Redis Ltd",
79-
"Terminal": "true"
78+
"Comment": "Redis GUI by Redis Ltd"
8079
}
8180
},
8281
"directories": {

redisinsight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "redisinsight",
33
"productName": "RedisInsight",
44
"private": true,
5-
"version": "2.6.0",
5+
"version": "2.10.0",
66
"description": "RedisInsight",
77
"main": "./main.prod.js",
88
"author": {

0 commit comments

Comments
 (0)