Skip to content

Commit 41cba58

Browse files
committed
Bump version
1 parent afbb3a5 commit 41cba58

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ inside an empty `<div>` element:
9292
Add `asciinema-player` to your `devDependencies`:
9393

9494
```bash
95-
npm install --save-dev [email protected].1
95+
npm install --save-dev [email protected].2
9696
```
9797

9898
Add empty `<div id="demo"></div>` element to your page to contain the player.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "asciinema-player",
33
"description": "Web player for terminal session recordings.",
4-
"version": "3.6.1",
4+
"version": "3.6.2",
55
"author": "Marcin Kulik",
66
"homepage": "https://github.com/asciinema/asciinema-player",
77
"repository": {

0 commit comments

Comments
 (0)