mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 16:44:16 +00:00
chore: bump version to v0.15.3
This commit is contained in:
@@ -39,7 +39,5 @@
|
||||
"overrides": {
|
||||
"rollup": "3.2.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"xml-formatter": "^3.3.2"
|
||||
}
|
||||
"dependencies": {}
|
||||
}
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
"sass": "^1.46.0",
|
||||
"styled-components": "^5.3.3",
|
||||
"tailwindcss": "^2.2.19",
|
||||
"xml-formatter": "^3.5.0",
|
||||
"yup": "^0.32.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -116,7 +116,7 @@ const Sidebar = () => {
|
||||
</GitHubButton>
|
||||
)}
|
||||
</div>
|
||||
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.15.2</div>
|
||||
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.15.3</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "v0.15.2",
|
||||
"version": "v0.15.3",
|
||||
"name": "bruno",
|
||||
"description": "Opensource API Client for Exploring and Testing APIs",
|
||||
"homepage": "https://www.usebruno.com",
|
||||
|
||||
Reference in New Issue
Block a user