We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dcff56 commit 11c6027Copy full SHA for 11c6027
packages/bruno-app/src/components/Sidebar/index.js
@@ -98,7 +98,7 @@ const Sidebar = () => {
98
title="GitHub"
99
></iframe>
100
</div>
101
- <div className="flex flex-grow items-center justify-end text-xs mr-2">v0.7.0</div>
+ <div className="flex flex-grow items-center justify-end text-xs mr-2">v0.7.1</div>
102
103
104
packages/bruno-electron/package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.7.0",
+ "version": "0.7.1",
3
"name": "bruno",
4
"description": "Opensource API Client",
5
"homepage": "https://www.usebruno.com",
@@ -33,6 +33,7 @@
33
"moment": "^2.29.4",
34
"mustache": "^4.2.0",
35
"nanoid": "3.3.4",
36
+ "qs": "^6.11.0",
37
"uuid": "^9.0.0",
38
"vm2": "^3.9.13",
39
"yup": "^0.32.11"
0 commit comments