Skip to content

Commit 7e5e22c

Browse files
committed
chore: release v0.15.0
1 parent 2515e78 commit 7e5e22c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const Sidebar = () => {
116116
</GitHubButton>
117117
)}
118118
</div>
119-
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.14.1</div>
119+
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.15.0</div>
120120
</div>
121121
</div>
122122
</div>

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": "v0.14.1",
2+
"version": "v0.15.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)