We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de33edd commit ac2b415Copy full SHA for ac2b415
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blue-pdm",
3
- "version": "0.7.0",
+ "version": "0.7.1",
4
"description": "Product Data Management for engineering teams",
5
"main": "dist-electron/main.js",
6
"scripts": {
src/components/StatusBar.tsx
@@ -49,7 +49,7 @@ export function StatusBar() {
49
if (!hasVaultConnected) {
50
return (
51
<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>
+ <span className="text-pdm-fg-muted">v0.7.1</span>
53
</div>
54
)
55
}
0 commit comments