chore: bumped version

This commit is contained in:
Anoop M D 2024-08-07 12:21:46 +05:30
parent eb1c10fd6e
commit 72c3aaa5ba
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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