Bump version
This commit is contained in:
parent
ac15b55cca
commit
1698082441
3 changed files with 3 additions and 5 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
Default frontend for [Mitra](https://codeberg.org/silverpill/mitra).
|
||||
|
||||
It is designed to work with Ethereum and requires a browser wallet (e.g. MetaMask).
|
||||
|
||||
<img width="600" src="screenshot.png" alt="screenshot">
|
||||
|
||||
## Requirements
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mitra-web",
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mitra-web",
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"ethereum-blockies-base64": "^1.0.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mitra-web",
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"description": "Mitra web UI",
|
||||
"license": "AGPL-3.0",
|
||||
"private": true,
|
||||
|
|
Loading…
Reference in a new issue