Skip to content

Commit

Permalink
docs: add release badges
Browse files Browse the repository at this point in the history
  • Loading branch information
osdio committed Dec 25, 2020
1 parent 642cd81 commit e91e17e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-wallet",
"version": "1.4.4-0",
"version": "1.4.4-1",
"main": "app/main.js",
"description": "The Desktop app for vite.",
"author": "Vitelabs",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
}
}
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
> The Desktop Wallet of [Vite](https://vite.org).
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Version](https://img.shields.io/github/v/release/vitelabs/vite-wallet)](https://github.com/vitelabs/vite-wallet/releases/latest)
[![Version](https://img.shields.io/github/v/release/vitelabs/vite-wallet?include_prereleases&label=pre-release)](https://github.com/vitelabs/vite-wallet/releases)

## Installation

Expand Down

0 comments on commit e91e17e

Please sign in to comment.