Skip to content

Commit b5b9e54

Browse files
committed
chore: bumped version
1 parent 1239baf commit b5b9e54

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.20.2</div>
132+
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.20.3</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.20.2'
63+
version: '1.20.3'
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.20.2",
2+
"version": "v1.20.3",
33
"name": "bruno",
44
"description": "Opensource API Client for Exploring and Testing APIs",
55
"homepage": "https://www.usebruno.com",

0 commit comments

Comments
 (0)