Skip to content

Commit

Permalink
chore: bumped version v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Aug 31, 2023
1 parent fff7819 commit 26a05f9
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
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const Sidebar = () => {
</GitHubButton>
)}
</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.13.0</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.13.1</div>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-electron/electron-builder-config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('dotenv');
require('dotenv').config({ path: process.env.DOTENV_PATH })

const config = {
"appId": "com.usebruno.app",
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.0",
"version": "0.13.1",
"name": "bruno",
"description": "Opensource API Client",
"homepage": "https://www.usebruno.com",
Expand Down

0 comments on commit 26a05f9

Please sign in to comment.