Update to next version

This commit is contained in:
Rene Vergara 2023-06-21 15:19:27 -05:00
parent 9f7a10bcd3
commit cb8df58cfc
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
3 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Modified order service to query API using `token`. - Modified order service to query API using `token`.
- Modified receipt component to use the new `token`. - Modified receipt component to use the new `token`.
- Modified invoice component to use the new `token`. - Modified invoice component to use the new `token`.
- Modified payment service component to remove order-creation logic.
### Fixed ### Fixed

View File

@ -1,6 +1,6 @@
{ {
"name": "zgo", "name": "zgo",
"version": "2.2.0", "version": "2.3.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",

View File

@ -45,7 +45,7 @@
style="margin-top: 10px; style="margin-top: 10px;
margin-bottom: 20px;"> margin-bottom: 20px;">
<div >&copy; 2023 Vergara Technologies LLC</div> <div >&copy; 2023 Vergara Technologies LLC</div>
<div class="tiny">Version 2.2.0</div> <div class="tiny">Version 2.3.0</div>
<div class="tiny">{{ vE.mainPriceData }}</div> <div class="tiny">{{ vE.mainPriceData }}</div>
</div> </div>
<div></div> <div></div>