diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-19 18:59:37 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-19 18:59:37 +0800 |
commit | cf401532253bf0b6bc1e200550c8472bff71c550 (patch) | |
tree | dd89f9b7347e757e46c15d2dd8c31cec1afbb2b7 | |
parent | b51b9be37d01ba9651a4250bc2e7ba0809a81c27 (diff) | |
download | dexon-wallet-cf401532253bf0b6bc1e200550c8472bff71c550.tar.gz dexon-wallet-cf401532253bf0b6bc1e200550c8472bff71c550.tar.zst dexon-wallet-cf401532253bf0b6bc1e200550c8472bff71c550.zip |
1.2.3
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index d78fa4c5..87387c05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dekusan", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c53cbd96..6bf95d3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dekusan", - "version": "1.2.2", + "version": "1.2.3", "public": false, "private": true, "scripts": { |