Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Nov 10, 2021
1 parent d6afa25 commit c0d621d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ inside an empty `<div>` element:
Add `asciinema-player` to your `devDependencies`:
```bash
npm install --save-dev [email protected].1
npm install --save-dev [email protected].2
```
Add empty `<div id="demo"></div>` element to your page to contain the player.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asciinema-player",
"description": "Web player for terminal session recordings.",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"author": "Marcin Kulik",
"homepage": "https://github.com/asciinema/asciinema-player",
"repository": {
Expand Down

0 comments on commit c0d621d

Please sign in to comment.