mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-28 19:03:15 +01:00
chore: bumped version v0.13.1
This commit is contained in:
parent
fff7819c46
commit
26a05f92cb
@ -114,7 +114,7 @@ const Sidebar = () => {
|
|||||||
</GitHubButton>
|
</GitHubButton>
|
||||||
)}
|
)}
|
||||||
</div>
|
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
require('dotenv');
|
require('dotenv').config({ path: process.env.DOTENV_PATH })
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
"appId": "com.usebruno.app",
|
"appId": "com.usebruno.app",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.13.0",
|
"version": "0.13.1",
|
||||||
"name": "bruno",
|
"name": "bruno",
|
||||||
"description": "Opensource API Client",
|
"description": "Opensource API Client",
|
||||||
"homepage": "https://www.usebruno.com",
|
"homepage": "https://www.usebruno.com",
|
||||||
|
Loading…
Reference in New Issue
Block a user