We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fd153 commit 80ddc92Copy full SHA for 80ddc92
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "spectra-frontend",
3
- "version": "0.2.42",
+ "version": "0.2.43",
4
"author": {
5
"name": "Purple Shark UG (haftungsbeschränkt)",
6
"url": "https://valospectra.com"
@@ -56,4 +56,4 @@
56
"typescript-eslint": "^8.33.1"
57
},
58
"packageManager": "yarn@4.7.0"
59
-}
+}
src/app/app.component.ts
@@ -62,7 +62,7 @@ export class AppComponent implements OnInit {
62
"--attacker-color-shield-currency-rgb",
63
this.hexToRgb(this.config.attackerColorShieldCurrency).join(", "),
64
);
65
- console.log("SpectraFrontend initialized, version 0.2.41");
+ console.log("SpectraFrontend initialized, version 0.2.43");
66
}
67
68
hexToRgb(hex: string): number[] {
0 commit comments