'clear-wallet@v1.0.7'

This commit is contained in:
Andrei O 2022-10-17 01:34:44 +03:00
parent 9fba91e228
commit ee187db4f5
No known key found for this signature in database
GPG Key ID: B961E5B68389457E
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "clear-wallet",
"version": "1.0.6",
"version": "1.0.7",
"private": true,
"scripts": {
"dev": "vite",
@ -8,7 +8,7 @@
"preview": "vite preview",
"release": "yarn config set version-tag-prefix clear-wallet@v && yarn config set version-git-message 'clear-wallet@v%s' && yarn version --patch && yarn postversion",
"postversion": "git push",
"pub": "yarn build && yarn release && ts-node ./scripts/create-release.ts"
"pub": "yarn build && yarn release && ts-node ./release-scripts/create-release.ts"
},
"dependencies": {
"@capacitor/app": "^4.0.1",