Skip to content

Commit

Permalink
fix: fixed missing module error
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Jan 29, 2023
1 parent 1dcff56 commit 11c6027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bruno-app/src/components/Sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const Sidebar = () => {
title="GitHub"
></iframe>
</div>
<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>
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion packages/bruno-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.0",
"version": "0.7.1",
"name": "bruno",
"description": "Opensource API Client",
"homepage": "https://www.usebruno.com",
Expand Down Expand Up @@ -33,6 +33,7 @@
"moment": "^2.29.4",
"mustache": "^4.2.0",
"nanoid": "3.3.4",
"qs": "^6.11.0",
"uuid": "^9.0.0",
"vm2": "^3.9.13",
"yup": "^0.32.11"
Expand Down

0 comments on commit 11c6027

Please sign in to comment.