release: v1.29.0

This commit is contained in:
Anoop M D 2024-09-17 17:43:52 +05:30
parent 260996a0ce
commit 572c7ea2ae
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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