Release preparation
This commit is contained in:
parent
e671967ba8
commit
d5a78dd9b6
3 changed files with 9 additions and 3 deletions
|
@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [2.3.0]
|
||||
## [2.3.1] - 2023-06-26
|
||||
|
||||
### Fixed
|
||||
|
||||
- Broken wallet link for invoices
|
||||
|
||||
## [2.3.0] - 2023-06-26
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "zgo",
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
style="margin-top: 10px;
|
||||
margin-bottom: 20px;">
|
||||
<div >© 2023 Vergara Technologies LLC</div>
|
||||
<div class="tiny">Version 2.3.0</div>
|
||||
<div class="tiny">Version 2.3.1</div>
|
||||
<div class="tiny">{{ vE.mainPriceData }}</div>
|
||||
</div>
|
||||
<div></div>
|
||||
|
|
Loading…
Reference in a new issue