Skip to content

Commit 32153c4

Browse files
authored
Merge pull request #3592 from lohxt1/main
chore: version bump
2 parents fd22ff8 + 7535b3d commit 32153c4

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2</div>
187+
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.36.0</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.2'
63+
version: '1.36.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.34.2",
2+
"version": "v1.36.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)