Skip to content

Commit eddac73

Browse files
committed
release: v1.13.0
1 parent b5a1c80 commit eddac73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/bruno-app/src/components/Sidebar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const Sidebar = () => {
129129
Star
130130
</GitHubButton> */}
131131
</div>
132-
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.12.3</div>
132+
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.13.0</div>
133133
</div>
134134
</div>
135135
</div>

packages/bruno-app/src/providers/App/useTelemetry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const trackStart = () => {
6060
event: 'start',
6161
properties: {
6262
os: platformLib.os.family,
63-
version: '1.12.3'
63+
version: '1.13.0'
6464
}
6565
});
6666
};

packages/bruno-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "v1.12.3",
2+
"version": "v1.13.0",
33
"name": "bruno",
44
"description": "Opensource API Client for Exploring and Testing APIs",
55
"homepage": "https://www.usebruno.com",

0 commit comments

Comments
 (0)