angular-toolbox 1.5.0 → 1.5.1

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A library that provides useful tools for Angular apps development.
4
4
 
5
- [![Angular Toolbox version](https://img.shields.io/badge/Angular%20Toolbox:1.5.0%231E90FF.svg)]()
5
+ [![Angular Toolbox version](https://img.shields.io/badge/Angular%20Toolbox:1.5.1%231E90FF.svg)]()
6
6
 
7
7
  ## License
8
8
 
@@ -586,8 +586,8 @@ class AbstractVersionManager {
586
586
  const ATX_VERSION_CONFIG = {
587
587
  major: 1,
588
588
  minor: 5,
589
- patch: 0,
590
- buildTimestamp: 1733650177925
589
+ patch: 1,
590
+ buildTimestamp: 1733833716832
591
591
  };
592
592
  /**
593
593
  * The public service that exposes the current version of the Angular Toolbox library.