Skip to content

Commit ac2b415

Browse files
committed
v0.7.1: Add GitHub Actions release workflow
1 parent de33edd commit ac2b415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blue-pdm",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Product Data Management for engineering teams",
55
"main": "dist-electron/main.js",
66
"scripts": {

src/components/StatusBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function StatusBar() {
4949
if (!hasVaultConnected) {
5050
return (
5151
<div className="bg-pdm-activitybar border-t border-pdm-border flex items-center justify-end px-3 py-[2px] text-xs text-pdm-fg-dim select-none flex-shrink-0">
52-
<span className="text-pdm-fg-muted">v0.7.0</span>
52+
<span className="text-pdm-fg-muted">v0.7.1</span>
5353
</div>
5454
)
5555
}

0 commit comments

Comments
 (0)