Skip to content

Commit 54e9049

Browse files
gridtech-isclaude
andcommitted
rebrand: rename app to SCD Visualizer V2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 23f1bfb commit 54e9049

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IEC 61850 SCD Visualizer
1+
# SCD Visualizer V2
22

33
**Live app:** https://gridtech-is.github.io/scd-visualizer/
44

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
99
<meta name="apple-mobile-web-app-title" content="SCD Visualizer" />
1010
<link rel="apple-touch-icon" href="/icon-192.png" />
11-
<title>IEC 61850 SCD Visualizer</title>
11+
<title>SCD Visualizer V2</title>
1212
</head>
1313
<body>
1414
<div id="root"></div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "iec61850-scl-visualizer",
2+
"name": "scd-visualizer-v2",
33
"private": true,
44
"version": "0.1.0",
55
"type": "module",

vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export default defineConfig({
1010
registerType: 'autoUpdate',
1111
includeAssets: ['icon-512.png', 'icon-192.png'],
1212
manifest: {
13-
name: 'IEC 61850 SCD Visualizer',
14-
short_name: 'SCD Visualizer',
13+
name: 'SCD Visualizer V2',
14+
short_name: 'SCD Visualizer V2',
1515
description: 'Parse, validate and visualize IEC 61850 SCD/SCL files',
1616
theme_color: '#0f172a',
1717
background_color: '#0f172a',

0 commit comments

Comments
 (0)