chore: bumped version

This commit is contained in:
Anoop M D 2024-07-10 16:28:58 +05:30
parent c2e6dee2da
commit f159f73340
3 changed files with 3 additions and 3 deletions

View File

@ -129,7 +129,7 @@ const Sidebar = () => {
Star
</GitHubButton> */}
</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.20.3</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.20.4</div>
</div>
</div>
</div>

View File

@ -60,7 +60,7 @@ const trackStart = () => {
event: 'start',
properties: {
os: platformLib.os.family,
version: '1.20.3'
version: '1.20.4'
}
});
};

View File

@ -1,5 +1,5 @@
{
"version": "v1.20.3",
"version": "v1.20.4",
"name": "bruno",
"description": "Opensource API Client for Exploring and Testing APIs",
"homepage": "https://www.usebruno.com",