chore: bump version to v0.16.0

This commit is contained in:
Anoop M D 2023-09-28 04:34:34 +05:30
parent a3050db6c4
commit d5da8a9e2f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
{ {
"version": "v0.15.3", "version": "v0.16.0",
"name": "bruno", "name": "bruno",
"description": "Opensource API Client for Exploring and Testing APIs", "description": "Opensource API Client for Exploring and Testing APIs",
"homepage": "https://www.usebruno.com", "homepage": "https://www.usebruno.com",