Jay Salvat 10 gadi atpakaļ
vecāks
revīzija
23296da079
6 mainītis faili ar 10 papildinājumiem un 6 dzēšanām
  1. 5 1
      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

+ 5 - 1
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 
 ## CHANGE LOG
 ## CHANGE LOG
 
 
+### Vegas 2.1.0 2015-04-02
+
+* Add `destroy` method
+
 ### Vegas 2.0.5 2015-03-18
 ### Vegas 2.0.5 2015-03-18
 
 
 * Remove video canplay event not triggered properly on Firefox
 * Remove video canplay event not triggered properly on Firefox
@@ -86,4 +90,4 @@
 
 
 ### Vegas 1.0.0 2011-05-13
 ### Vegas 1.0.0 2011-05-13
 
 
-* First public release
+* First public release

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "vegas",
     "name": "vegas",
-    "version": "2.0.5",
+    "version": "2.1.0",
     "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.0.5",
+    "version": "2.1.0",
     "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.0.5 - built 2015-03-19
+ * v2.1.0 - built 2015-04-02
  * 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.0.5 - built 2015-03-19
+ * v2.1.0 - built 2015-04-02
  * 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.0.5",
+  "version": "2.1.0",
   "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",