Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Sep 4, 2023
1 parent a2375be commit 0a9bec9
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.5.0
npm install --save-dev asciinema-player@3.6.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.5.0",
"version": "3.6.0",
"author": "Marcin Kulik",
"homepage": "https://github.com/asciinema/asciinema-player",
"repository": {
Expand Down

0 comments on commit 0a9bec9

Please sign in to comment.