Browse Source

Build v2.1.2

Jay Salvat 10 years ago
parent
commit
9997648df9
6 changed files with 9 additions and 5 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      bower.json
  3. 1 1
      component.json
  4. 1 1
      dist/vegas.js
  5. 1 1
      dist/vegas.min.js
  6. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 
 ## CHANGE LOG
 ## CHANGE LOG
 
 
+### Vegas 2.1.2 2015-04-15
+
+* Fix #76 with video preloading issue
+
 ### Vegas 2.1.1 2015-04-08
 ### Vegas 2.1.1 2015-04-08
 
 
 * Fix overlay destruction #74 (sumomostudio)
 * Fix overlay destruction #74 (sumomostudio)

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "vegas",
     "name": "vegas",
-    "version": "2.1.1",
+    "version": "2.1.2",
     "main": [
     "main": [
         "dist/vegas.min.js",
         "dist/vegas.min.js",
         "dist/vegas.min.css"
         "dist/vegas.min.css"

+ 1 - 1
component.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "vegas",
     "name": "vegas",
-    "version": "2.1.1",
+    "version": "2.1.2",
     "description": "Vegas - Fullscreen Backgrounds and Slideshows.",
     "description": "Vegas - Fullscreen Backgrounds and Slideshows.",
     "homepage": "http://vegas.jaysalvat.com",
     "homepage": "http://vegas.jaysalvat.com",
     "author": "Jay Salvat",
     "author": "Jay Salvat",

+ 1 - 1
dist/vegas.js

@@ -1,6 +1,6 @@
 /*!-----------------------------------------------------------------------------
 /*!-----------------------------------------------------------------------------
  * Vegas - Fullscreen Backgrounds and Slideshows.
  * Vegas - Fullscreen Backgrounds and Slideshows.
- * v2.1.1 - built 2015-04-15
+ * v2.1.2 - built 2015-04-15
  * Licensed under the MIT License.
  * Licensed under the MIT License.
  * http://vegas.jaysalvat.com/
  * http://vegas.jaysalvat.com/
  * ----------------------------------------------------------------------------
  * ----------------------------------------------------------------------------

+ 1 - 1
dist/vegas.min.js

@@ -1,6 +1,6 @@
 /*!-----------------------------------------------------------------------------
 /*!-----------------------------------------------------------------------------
  * Vegas - Fullscreen Backgrounds and Slideshows.
  * Vegas - Fullscreen Backgrounds and Slideshows.
- * v2.1.1 - built 2015-04-15
+ * v2.1.2 - built 2015-04-15
  * Licensed under the MIT License.
  * Licensed under the MIT License.
  * http://vegas.jaysalvat.com/
  * http://vegas.jaysalvat.com/
  * ----------------------------------------------------------------------------
  * ----------------------------------------------------------------------------

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "vegas",
   "name": "vegas",
-  "version": "2.1.1",
+  "version": "2.1.2",
   "description": "Vegas - Fullscreen Backgrounds and Slideshows.",
   "description": "Vegas - Fullscreen Backgrounds and Slideshows.",
   "homepage": "http://vegas.jaysalvat.com",
   "homepage": "http://vegas.jaysalvat.com",
   "author": "Jay Salvat",
   "author": "Jay Salvat",