mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-22 14:41:04 +01:00
chore: bump version to 1.3.0
This commit is contained in:
parent
861d76f7b7
commit
06893bf3c3
@ -115,7 +115,7 @@ const Sidebar = () => {
|
||||
Star
|
||||
</GitHubButton> */}
|
||||
</div>
|
||||
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.2.0</div>
|
||||
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.3.0</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -59,7 +59,8 @@ const trackStart = () => {
|
||||
event: 'start',
|
||||
properties: {
|
||||
platform: platform,
|
||||
os: platformLib.os.family
|
||||
os: platformLib.os.family,
|
||||
version: '1.3.0'
|
||||
}
|
||||
});
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "v1.2.0",
|
||||
"version": "v1.3.0",
|
||||
"name": "bruno",
|
||||
"description": "Opensource API Client for Exploring and Testing APIs",
|
||||
"homepage": "https://www.usebruno.com",
|
||||
|
Loading…
Reference in New Issue
Block a user