Skip to content

Commit 9f79d12

Browse files
committed
fix version numbers
1 parent 301abe7 commit 9f79d12

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vue-plyr
2-
>v6.0.1 - [Changelog](https://github.com/redxtech/vue-plyr/blob/master/changelog.md)
2+
>v6.0.3 - [Changelog](https://github.com/redxtech/vue-plyr/blob/master/changelog.md)
33
44
A vue component for the plyr video & audio player.
55

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
#### 6.0.3
4+
- Update docs.
5+
- Bump version number.
6+
37
#### 6.0.1
48
- Fix `vue-runtime-helper` being a dependency by bundling it.
59
- Reorganize exports (yeah breaking but I honestly don't want to bump the version again).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-plyr",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "A vue component for the plyr video & audio player.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)