Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed May 1, 2022
1 parent e1edbc7 commit 6bed338
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 asciinema-player@3.0.0-rc.4
npm install --save-dev asciinema-player@3.0.0
```

Add empty `<div id="demo"></div>` element to your page to contain the player.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-rc.4",
"version": "3.0.0",
"author": "Marcin Kulik",
"homepage": "https://github.com/asciinema/asciinema-player",
"repository": {
Expand Down

0 comments on commit 6bed338

Please sign in to comment.