Skip to content

Commit 11c6027

Browse files
committed
fix: fixed missing module error
1 parent 1dcff56 commit 11c6027

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/bruno-app/src/components/Sidebar/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const Sidebar = () => {
9898
title="GitHub"
9999
></iframe>
100100
</div>
101-
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.7.0</div>
101+
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.7.1</div>
102102
</div>
103103
</div>
104104
</div>

packages/bruno-electron/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"name": "bruno",
44
"description": "Opensource API Client",
55
"homepage": "https://www.usebruno.com",
@@ -33,6 +33,7 @@
3333
"moment": "^2.29.4",
3434
"mustache": "^4.2.0",
3535
"nanoid": "3.3.4",
36+
"qs": "^6.11.0",
3637
"uuid": "^9.0.0",
3738
"vm2": "^3.9.13",
3839
"yup": "^0.32.11"

0 commit comments

Comments
 (0)