Skip to content

Commit 80ddc92

Browse files
committed
Bump version
1 parent 49fd153 commit 80ddc92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectra-frontend",
3-
"version": "0.2.42",
3+
"version": "0.2.43",
44
"author": {
55
"name": "Purple Shark UG (haftungsbeschränkt)",
66
"url": "https://valospectra.com"
@@ -56,4 +56,4 @@
5656
"typescript-eslint": "^8.33.1"
5757
},
5858
"packageManager": "yarn@4.7.0"
59-
}
59+
}

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class AppComponent implements OnInit {
6262
"--attacker-color-shield-currency-rgb",
6363
this.hexToRgb(this.config.attackerColorShieldCurrency).join(", "),
6464
);
65-
console.log("SpectraFrontend initialized, version 0.2.41");
65+
console.log("SpectraFrontend initialized, version 0.2.43");
6666
}
6767

6868
hexToRgb(hex: string): number[] {

0 commit comments

Comments
 (0)