chore: version bump

This commit is contained in:
lohxt1 2024-12-04 20:55:31 +05:30
parent fd22ff8962
commit 7535b3d4ba
4 changed files with 5 additions and 4 deletions

3
package-lock.json generated
View File

@ -20672,6 +20672,7 @@
"lodash": "^4.17.21", "lodash": "^4.17.21",
"qs": "^6.11.0", "qs": "^6.11.0",
"socks-proxy-agent": "^8.0.2", "socks-proxy-agent": "^8.0.2",
"tough-cookie": "^4.1.3",
"xmlbuilder": "^15.1.1", "xmlbuilder": "^15.1.1",
"yargs": "^17.6.2" "yargs": "^17.6.2"
}, },
@ -20722,7 +20723,7 @@
}, },
"packages/bruno-electron": { "packages/bruno-electron": {
"name": "bruno", "name": "bruno",
"version": "v1.34.2", "version": "v1.36.0",
"dependencies": { "dependencies": {
"@aws-sdk/credential-providers": "3.658.1", "@aws-sdk/credential-providers": "3.658.1",
"@usebruno/common": "0.1.0", "@usebruno/common": "0.1.0",

View File

@ -184,7 +184,7 @@ const Sidebar = () => {
Star Star
</GitHubButton> */} </GitHubButton> */}
</div> </div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.34.2</div> <div className="flex flex-grow items-center justify-end text-xs mr-2">v1.36.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.34.2' version: '1.36.0'
} }
}); });
}; };

View File

@ -1,5 +1,5 @@
{ {
"version": "v1.34.2", "version": "v1.36.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",