chore: version bump

This commit is contained in:
Anoop M D 2023-05-02 15:26:27 +05:30
parent 330a7ad18a
commit 66024d04e9
3 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ const Sidebar = () => {
</GitHubButton>
)}
</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.12.1</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.12.2</div>
</div>
</div>
</div>

View File

@ -1,6 +1,6 @@
{
"name": "@usebruno/cli",
"version": "0.5.0",
"version": "0.5.1",
"main": "src/index.js",
"bin": {
"bru": "./bin/bru.js"

View File

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