fix: fixed missing module error

This commit is contained in:
Anoop M D 2023-01-29 19:52:13 +05:30
parent 1dcff56c78
commit 11c60273b4
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -1,5 +1,5 @@
{
"version": "0.7.0",
"version": "0.7.1",
"name": "bruno",
"description": "Opensource API Client",
"homepage": "https://www.usebruno.com",
@ -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"