Skip to content

Commit

Permalink
bitgo version bump, electron app bump
Browse files Browse the repository at this point in the history
  • Loading branch information
piggydoughnut committed Nov 5, 2021
1 parent c4fda5c commit 2ca01e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tokel_app",
"productName": "tokelPlatform",
"version": "1.1.0",
"version": "1.1.1",
"description": "Komodo ecosystem’s Token Platform",
"main": "./main.js",
"author": {
Expand All @@ -14,7 +14,7 @@
},
"license": "MIT",
"dependencies": {
"@tokel/bitgo-komodo-cc-lib": "0.1.48",
"@tokel/bitgo-komodo-cc-lib": "0.1.49",
"axios": "0.21.4",
"ipfs-core": "0.11.1",
"satoshi-bitcoin": "1.0.5"
Expand Down
8 changes: 4 additions & 4 deletions src/electron/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@
"@stablelib/random" "^1.0.1"
"@stablelib/wipe" "^1.0.1"

"@tokel/[email protected].48":
version "0.1.48"
resolved "https://registry.yarnpkg.com/@tokel/bitgo-komodo-cc-lib/-/bitgo-komodo-cc-lib-0.1.48.tgz#1b9fe131d8310cacda5f33c79888ddeadad61c04"
integrity sha512-P0vZLdiZiPPktbhq9eLlTbHOnMC20l0UP8I1mWVatNSLJ/b3NKnAZiOVtCIMVohRfysYijmM+AWwzJSalWBGlA==
"@tokel/[email protected].49":
version "0.1.49"
resolved "https://registry.yarnpkg.com/@tokel/bitgo-komodo-cc-lib/-/bitgo-komodo-cc-lib-0.1.49.tgz#072906882b2e4ec0d531e5760bcef12adb0c1044"
integrity sha512-a/FCehY+TOziP8e9KcHkrzoRc+mhIphzbWJIle31m7n8tjbZ5ZEV8XgEHjnNwCqvZsAYVmheIKIyDptKKalc1A==
dependencies:
"@tokel/cryptoconditions" "0.1.0"
bech32 "0.0.3"
Expand Down

0 comments on commit 2ca01e5

Please sign in to comment.