Skip to content

Commit d593124

Browse files
Incremented app version to 1.0.0-rc.2
1 parent 61f7168 commit d593124

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "g-assist",
33
"productName": "Google Assistant",
44
"description": "Google Assistant Unofficial Desktop Client",
5-
"version": "1.0.0-rc.1",
5+
"version": "1.0.0-rc.2",
66
"private": true,
77
"author": "Melvin Abraham <melvinredvirus@gmail.com>",
88
"homepage": "https://github.com/Melvin-Abraham",
@@ -98,7 +98,10 @@
9898
"snap": {
9999
"confinement": "classic",
100100
"grade": "stable",
101-
"plugs": ["default", "audio-record"]
101+
"plugs": [
102+
"default",
103+
"audio-record"
104+
]
102105
}
103106
},
104107
"scripts": {

0 commit comments

Comments
 (0)