Skip to content

Commit f03a2ba

Browse files
committed
Bump version to v3.2.0
1 parent 469b76e commit f03a2ba

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swap-electron-wallet",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Modern GUI interface for Swap Currency",
55
"productName": "Swap Electron Wallet",
66
"cordovaId": "com.swap.wallet",

quasar.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ module.exports = function (ctx) {
177177

178178
appId: "com.swap-dev.electron-wallet",
179179
productName: "Swap Electron Wallet",
180-
copyright: "Copyright © 2019 Swap Project, 2018-2019 Loki Project, 2018 Ryo Currency Project",
180+
copyright: "Copyright © 2018-2020 Swap Project, 2018-2019 Loki Project, 2018 Ryo Currency Project",
181181
afterSign: "build/notarize.js",
182182

183183
// directories: {

src/components/mainmenu.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333

3434
<img class="q-mb-md" src="statics/swap.svg" height="42" />
3535

36-
<p class="q-my-sm">Wallet Version: v{{version}}</p>
37-
<p class="q-my-sm">Swapd Version: v3.1.0 Greater Roadrunner</p>
38-
<p class="q-my-sm">Copyright (c) 2020, Swap Project</p>
36+
<p class="q-my-sm">Wallet version: v{{ version }}</p>
37+
<p class="q-my-sm">Daemon version: v{{ daemonVersion }}</p>
38+
<p class="q-my-sm">Copyright (c) 2018-2020, Swap Project</p>
3939
<p class="q-my-sm">Copyright (c) 2018-2019, Loki Project</p>
4040
<p class="q-my-sm">Copyright (c) 2018, Ryo Currency Project</p>
4141
<p class="q-my-sm">All rights reserved.</p>

0 commit comments

Comments
 (0)