chore: bumped version v0.13.1

This commit is contained in:
Anoop M D 2023-09-01 00:15:14 +05:30
parent fff7819c46
commit 26a05f92cb
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -1,4 +1,4 @@
require('dotenv');
require('dotenv').config({ path: process.env.DOTENV_PATH })
const config = {
"appId": "com.usebruno.app",

View File

@ -1,5 +1,5 @@
{
"version": "0.13.0",
"version": "0.13.1",
"name": "bruno",
"description": "Opensource API Client",
"homepage": "https://www.usebruno.com",