aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bower.json2
-rw-r--r--changelog.md3
-rw-r--r--package.json2
3 files changed, 5 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index 6d56c779..8f644554 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "plyr",
- "version": "1.0.11",
+ "version": "1.0.12",
"description": "A simple HTML5 media player using custom controls",
"homepage": "http://plyr.io",
"keywords": [
diff --git a/changelog.md b/changelog.md
index 74518ed5..546469b9 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
# Changelog
+## v1.0.12
+- Handle native events (Issue #34)
+
## v1.0.11
- Bug fixes for fullscreen mode
diff --git a/package.json b/package.json
index b6c2165a..c5f99ea2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "plyr",
- "version": "1.0.11",
+ "version": "1.0.12",
"description": "A simple HTML5 media player using custom controls",
"homepage": "http://plyr.io",
"main": "gulpfile.js",