Skip to content

Commit

Permalink
Bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BigslimVdub committed Oct 16, 2020
1 parent 84a646f commit c0a60ba
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 34 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ v1.0.0 - Initial release usable on Daemon version 0.12.9.0 mainnet.
v1.0.1 - Maintenance release to incorporate locked ring 3 and use of latest Aeon binaries from 9/2019
v1.1.0 - Mainnet release of AeonLW for use with Daemon/RPC versions 0.13.0.0, minor enhancements to operation and text for better UX
v1.2.0 - Update to v0.13.1.0 Daemon/RPC, Other small enhancements for functionality. Updated "About" page for more links. Bump version.
v1.4.0 - Update to Aeon v0.14.0.0 Daemon/RPC, Fix wallet and config creation issues, Fix wallet swtiching issues, Bump version to match Aeon

### Known AeonLW Bugs/Issues

Expand All @@ -90,7 +91,7 @@ Copyright (c) 2019-2020, BigslimVdub

Copyright (c) 2018-2019, Ryo Currency Project

Copyright (c) 2020, Aeon Currency Project
Copyright (c) 2014-2020, Aeon Currency Project

Portions of this software are available under BSD-3 license. Please see ORIGINAL-LICENSE for details

Expand Down
43 changes: 12 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "AeonLW",
"version": "1.2.0",
"daemonVersion": "0.13.1.0",
"version": "1.4.0",
"daemonVersion": "0.14.0.0",
"description": "A Lightweight Digital Aeon Wallet",
"productName": "AEONLW",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ module.exports = function (ctx) {
appId: "com.aeon.wallet",
productName: "AeonLW",
copyright: "Copyright © 2014-2020 Aeon Currency Project",
copyright: "Copyright © 2019-2020 BigSlimVdub",

// directories: {
// buildResources: "src-electron/build"
Expand Down
1 change: 1 addition & 0 deletions src/components/mainmenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<img class="q-mb-md" src="statics/icon_128x128.png" height="42" />

<p class="q-my-sm">Version: AeonLW v{{version}}-v{{daemonVersion}}</p>
<p class="q-my-sm">Copyright (c) 2019-2020 BigSlimVdub</p>
<p class="q-my-sm">Copyright (c) 2014-2020 Aeon Currency Project</p>
<p class="q-my-sm">Copyright (c) 2018-2019 Ryo Currency Project</p>
<p class="q-my-sm">All rights reserved.</p>
Expand Down

0 comments on commit c0a60ba

Please sign in to comment.