11![ Solid Cockpit Header Logo] ( ./src/assets/full-sc-logo.png " SC Logo ")
22
33# Solid Cockpit
4-
5- ![ Version] ( https://img.shields.io/badge/version-1.2.0-blue )
4+ ![ Version] ( https://img.shields.io/badge/version-1.3.0-blue )
65![ Vue] ( https://img.shields.io/badge/vue-3.2.13-42b883 )
76![ Vite] ( https://img.shields.io/badge/vite-6.2.3-646cff )
87![ License] ( https://img.shields.io/badge/license-MIT-green )
@@ -74,7 +73,7 @@ Then upload `void.ttl` to the pod root using the app's `Data Upload` page.
7473
7574If you use this tool in an academic publication, you can cite:
7675
77- ` Crum, E. (2026). Solid Cockpit (Version 1.0 .0) [Software]. GitHub. https://github.com/KNowledgeOnWebScale/solid-cockpit `
76+ ` Crum, E. (2026). Solid Cockpit (Version 1.3 .0) [Software]. GitHub. https://github.com/KNowledgeOnWebScale/solid-cockpit `
7877
7978BibTeX:
8079
@@ -83,7 +82,7 @@ BibTeX:
8382 author = {Crum, Elias},
8483 title = {{Solid Cockpit}},
8584 year = {2026},
86- version = {1.0 .0},
85+ version = {1.3 .0},
8786 publisher = {GitHub},
8887 howpublished = {\url{https://github.com/KNowledgeOnWebScale/solid-cockpit}},
8988 note = {Software. Web app: \url{https://knowledgeonwebscale.github.io/solid-cockpit}. Accessed: 2026-03-04}
@@ -264,21 +263,21 @@ CI compliance check:
264263
265264Current app version:
266265
267- - ` package.json ` version: ` 1.0 .0 `
268- - web-app release tag convention: ` web-app- v<version>`
269- - current computed web-app tag: ` web-app- v1.0 .0`
266+ - ` package.json ` version: ` 1.3 .0 `
267+ - release tag convention: ` v<version> `
268+ - current computed release tag: ` v1.3 .0 `
270269
271270In-app visibility:
272271
273- - Footer displays semantic version (` vX.Y.Z ` ) and computed release tag ( ` web-app-vX.Y.Z ` )
272+ - Footer displays semantic version (` vX.Y.Z ` ).
274273- Values are injected at build time from ` package.json ` via Vite defines
275274
276275Recommended release workflow:
277276
2782771 . Update version:
279278
280279``` bash
281- npm version X.Y.Z
280+ npm run version:bump -- X.Y.Z
282281```
283282
2842832 . Build and validate:
@@ -292,8 +291,7 @@ npm run build:highmem
292291
293292``` bash
294293git tag vX.Y.Z
295- git tag web-app-vX.Y.Z
296- git push origin vX.Y.Z web-app-vX.Y.Z
294+ git push origin vX.Y.Z
297295```
298296
299297### Deployment
0 commit comments