Browse Source

Build 1.3.5

Jay Salvat 10 years ago
parent
commit
8a89f6b8c9
6 changed files with 54 additions and 54 deletions
  1. 1 1
      bower.json
  2. 19 19
      component.json
  3. 2 2
      dist/jquery.vegas.js
  4. 2 2
      dist/jquery.vegas.min.js
  5. 2 2
      dist/metadata.json
  6. 28 28
      package.json

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "Vegas",
     "name": "Vegas",
-    "version": "1.3.4",
+    "version": "1.3.5",
     "main": [
     "main": [
         "dist/jquery.vegas.js",
         "dist/jquery.vegas.js",
         "dist/jquery.vegas.css"
         "dist/jquery.vegas.css"

+ 19 - 19
component.json

@@ -1,23 +1,23 @@
 {
 {
-  "name": "Vegas",
-  "version": "1.3.4",
-  "description": "Vegas - Fullscreen Backgrounds and Slideshows with jQuery.",
-  "homepage": "http://vegas.jaysalvat.com",
-  "author": "Jay Salvat",
-  "license": "MIT",
-  "main": [
+    "name": "Vegas",
+    "version": "1.3.5",
+    "description": "Vegas - Fullscreen Backgrounds and Slideshows with jQuery.",
+    "homepage": "http://vegas.jaysalvat.com",
+    "author": "Jay Salvat",
+    "license": "MIT",
+    "main": [
         "dist/jquery.vegas.js",
         "dist/jquery.vegas.js",
         "dist/jquery.vegas.css"
         "dist/jquery.vegas.css"
-  ],
-  "repository": {
-    "type": "git",
-    "url": "[email protected]:jaysalvat/vegas.git"
-  },
-  "keywords": [
-    "jquery",
-    "background",
-    "slideshow",
-    "fullscreen",
-    "vegas"
-  ]
+    ],
+    "repository": {
+        "type": "git",
+        "url": "[email protected]:jaysalvat/vegas.git"
+    },
+    "keywords": [
+        "jquery",
+        "background",
+        "slideshow",
+        "fullscreen",
+        "vegas"
+    ]
 }
 }

+ 2 - 2
dist/jquery.vegas.js

@@ -1,10 +1,10 @@
  // ----------------------------------------------------------------------------
  // ----------------------------------------------------------------------------
  // Vegas - Fullscreen Backgrounds and Slideshows with jQuery.
  // Vegas - Fullscreen Backgrounds and Slideshows with jQuery.
- // v1.3.4 - released 2013-12-16 13:28
+ // v1.3.5 - released 2014-10-13 19:56
  // Licensed under the MIT license.
  // Licensed under the MIT license.
  // http://vegas.jaysalvat.com/
  // http://vegas.jaysalvat.com/
  // ----------------------------------------------------------------------------
  // ----------------------------------------------------------------------------
- // Copyright (C) 2010-2013 Jay Salvat
+ // Copyright (C) 2010-2014 Jay Salvat
  // http://jaysalvat.com/
  // http://jaysalvat.com/
  // ----------------------------------------------------------------------------
  // ----------------------------------------------------------------------------
 
 

+ 2 - 2
dist/jquery.vegas.min.js

@@ -1,10 +1,10 @@
  // ----------------------------------------------------------------------------
  // ----------------------------------------------------------------------------
  // Vegas - Fullscreen Backgrounds and Slideshows with jQuery.
  // Vegas - Fullscreen Backgrounds and Slideshows with jQuery.
- // v1.3.4 - released 2013-12-16 13:28
+ // v1.3.5 - released 2014-10-13 19:56
  // Licensed under the MIT license.
  // Licensed under the MIT license.
  // http://vegas.jaysalvat.com/
  // http://vegas.jaysalvat.com/
  // ----------------------------------------------------------------------------
  // ----------------------------------------------------------------------------
- // Copyright (C) 2010-2013 Jay Salvat
+ // Copyright (C) 2010-2014 Jay Salvat
  // http://jaysalvat.com/
  // http://jaysalvat.com/
  // ----------------------------------------------------------------------------
  // ----------------------------------------------------------------------------
 
 

+ 2 - 2
dist/metadata.json

@@ -1,4 +1,4 @@
 {
 {
-  "date": "2013-12-16 13:28:37",
-  "version": "1.3.4"
+  "date": "2014-10-13 19:56:09",
+  "version": "1.3.5"
 }
 }

+ 28 - 28
package.json

@@ -1,29 +1,29 @@
 {
 {
-  "name": "Vegas",
-  "version": "1.3.4",
-  "description": "Vegas - Fullscreen Backgrounds and Slideshows with jQuery.",
-  "homepage": "http://vegas.jaysalvat.com",
-  "author": "Jay Salvat",
-  "license": "MIT",
-  "main": "dist/jquery.vegas.js",
-  "repository": {
-    "type": "git",
-    "url": "[email protected]:jaysalvat/vegas.git"
-  },
-  "keywords": [
-    "jquery",
-    "background",
-    "slideshow",
-    "fullscreen",
-    "vegas"
-  ],
-  "devDependencies": {
-    "grunt": "~0.4",
-    "grunt-contrib-clean": "~0.4.0",
-    "grunt-contrib-cssmin": "~0.6.1",
-    "grunt-contrib-jshint": "~0.1",
-    "grunt-contrib-uglify": "~0.1",
-    "grunt-exec": "~0.4",
-    "semver": "^4.0.3"
-  }
-}
+    "name": "Vegas",
+    "version": "1.3.5",
+    "description": "Vegas - Fullscreen Backgrounds and Slideshows with jQuery.",
+    "homepage": "http://vegas.jaysalvat.com",
+    "author": "Jay Salvat",
+    "license": "MIT",
+    "main": "dist/jquery.vegas.js",
+    "repository": {
+        "type": "git",
+        "url": "[email protected]:jaysalvat/vegas.git"
+    },
+    "keywords": [
+        "jquery",
+        "background",
+        "slideshow",
+        "fullscreen",
+        "vegas"
+    ],
+    "devDependencies": {
+        "grunt": "~0.4",
+        "grunt-contrib-clean": "~0.4.0",
+        "grunt-contrib-cssmin": "~0.6.1",
+        "grunt-contrib-jshint": "~0.1",
+        "grunt-contrib-uglify": "~0.1",
+        "grunt-exec": "~0.4",
+        "semver": "^4.0.3"
+    }
+}