release: v1.26.0

This commit is contained in:
Anoop M D 2024-08-21 18:46:55 +05:30
parent 753a576c3c
commit e31c552dee
4 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ const JsSandboxModeModal = ({ collection, onClose }) => {
JavaScript code has access to the filesystem, can execute system commands and access sensitive information.
</p>
<small className='text-muted mt-6'>
* SAFE mode has been introduced v1.25 onwards and is in beta. Please report any issues on github.
* SAFE mode has been introduced v1.26 onwards and is in beta. Please report any issues on github.
</small>
</div>
</StyledWrapper>

View File

@ -76,7 +76,7 @@ const SecuritySettings = ({ collection }) => {
Save
</button>
<small className='text-muted mt-6'>
* SAFE mode has been introduced v1.25 onwards and is in beta. Please report any issues on github.
* SAFE mode has been introduced v1.26 onwards and is in beta. Please report any issues on github.
</small>
</div>
</StyledWrapper>

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.25.0</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.26.0</div>
</div>
</div>
</div>

View File

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