Skip to content

Commit

Permalink
chore: bumped version to 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Mar 25, 2024
1 parent 50e3943 commit d20de4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/bruno-app/src/components/Sidebar/index.js
Expand Up @@ -129,7 +129,7 @@ const Sidebar = () => {
Star
</GitHubButton> */}
</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.12.2</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.12.3</div>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-app/src/providers/App/useTelemetry.js
Expand Up @@ -60,7 +60,7 @@ const trackStart = () => {
event: 'start',
properties: {
os: platformLib.os.family,
version: '1.12.2'
version: '1.12.3'
}
});
};
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-electron/package.json
@@ -1,5 +1,5 @@
{
"version": "v1.12.2",
"version": "v1.12.3",
"name": "bruno",
"description": "Opensource API Client for Exploring and Testing APIs",
"homepage": "https://www.usebruno.com",
Expand Down

0 comments on commit d20de4d

Please sign in to comment.