@vault-tec/pip-boy 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -265,7 +265,7 @@ declare class PipBoy3000 {
|
|
|
265
265
|
protected readonly settings: PipBoy3000Settings;
|
|
266
266
|
protected readonly imageStore: ImageStore;
|
|
267
267
|
protected readonly soundStore: SoundStore;
|
|
268
|
-
protected readonly appVersion = "1.0.
|
|
268
|
+
protected readonly appVersion = "1.0.4";
|
|
269
269
|
protected readonly tabsOpen: _angular_core.WritableSignal<boolean>;
|
|
270
270
|
protected readonly showResetModal: _angular_core.WritableSignal<boolean>;
|
|
271
271
|
protected readonly showExitModal: _angular_core.WritableSignal<boolean>;
|
|
Binary file
|
|
Binary file
|