We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b12f4d commit 0641ee7Copy full SHA for 0641ee7
README.md
@@ -1,6 +1,6 @@
1
<h1 align="center">Human Replay</h1>
2
<p>
3
- <img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" />
+ <img alt="Version" src="https://img.shields.io/badge/version-2.0.0-blue.svg?cacheSeconds=2592000" />
4
<a href="https://opensource.org/license/mit" target="_blank">
5
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
6
</a>
package.json
@@ -1,7 +1,7 @@
{
"name": "human-replay",
"private": true,
- "version": "1.0.1",
+ "version": "2.0.0",
"type": "module",
"scripts": {
7
"dev": "vite",
0 commit comments