Skip to content

Commit a10e6ee

Browse files
committed
release: v1.28.0
1 parent 46017a6 commit a10e6ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const Sidebar = () => {
132132
Star
133133
</GitHubButton> */}
134134
</div>
135-
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.27.0</div>
135+
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.28.0</div>
136136
</div>
137137
</div>
138138
</div>

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

+1-1
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.27.0'
63+
version: '1.28.0'
6464
}
6565
});
6666
};

packages/bruno-electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "v1.27.0",
2+
"version": "v1.28.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)