Skip to content

Commit

Permalink
v2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benwiley4000 committed Jun 27, 2019
1 parent 45de8eb commit d1a828a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
".",
"packages/*"
],
"version": "2.0.0-beta.2"
"version": "2.0.0-beta.3"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cassette",
"private": true,
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "A simple, clean, and responsive visual wrapper for the HTML audio tag, built with React.",
"main": "dist/audioplayer.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cassette/player",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "A simple, clean, and responsive visual wrapper for the HTML audio tag, built with React.",
"main": "dist/es5/cassette-player.js",
"scripts": {
Expand Down

0 comments on commit d1a828a

Please sign in to comment.