Skip to content

Commit be4fc2d

Browse files
committed
release: v1.34.1
1 parent 5fa7a75 commit be4fc2d

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
@@ -184,7 +184,7 @@ const Sidebar = () => {
184184
Star
185185
</GitHubButton> */}
186186
</div>
187-
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.34.0</div>
187+
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.34.1</div>
188188
</div>
189189
</div>
190190
</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.34.0'
63+
version: '1.34.1'
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.34.0",
2+
"version": "v1.34.1",
33
"name": "bruno",
44
"description": "Opensource API Client for Exploring and Testing APIs",
55
"homepage": "https://www.usebruno.com",

0 commit comments

Comments
 (0)