1
0
mirror of https://github.com/usebruno/bruno.git synced 2025-01-02 03:59:30 +01:00

chore: release v0.9.0

This commit is contained in:
Anoop M D 2023-02-07 08:15:13 +05:30
parent d2227b2b05
commit 3c1a6ca71e
2 changed files with 2 additions and 2 deletions
packages
bruno-app/src/components/Sidebar
bruno-electron

View File

@ -117,7 +117,7 @@ const Sidebar = () => {
</GitHubButton>
)}
</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.8.1</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.9.0</div>
</div>
</div>
</div>

View File

@ -1,5 +1,5 @@
{
"version": "0.8.1",
"version": "0.9.0",
"name": "bruno",
"description": "Opensource API Client",
"homepage": "https://www.usebruno.com",