]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed version numbers
authorJoe Workman <joe@workmanmail.com>
Wed, 27 Aug 2014 05:19:05 +0000 (22:19 -0700)
committerJoe Workman <joe@workmanmail.com>
Wed, 27 Aug 2014 05:19:05 +0000 (22:19 -0700)
Still had some 5.3.3 lingering

js/foundation/foundation.js
js/foundation/foundation.orbit.js
package.json

index 61c632ec9be861b368b0537b648b7aa3902cf17a..f95098552d5f8dbbffeb342f4eb58961306c7d78 100755 (executable)
   window.Foundation = {
     name : 'Foundation',
 
-    version : '5.3.3',
+    version : '5.4.1',
 
     media_queries : {
       small : S('.foundation-mq-small').css('font-family').replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ''),
index aba8b3cadf207392982fd6c069b7198dfdb6dccd..41734792a20611080fae641fc567cb5e827fc2f6 100755 (executable)
   Foundation.libs.orbit = {
     name: 'orbit',
 
-    version: '5.3.3',
+    version: '5.4.1',
 
     settings: {
       animation: 'slide',
index 6b3d9191192694a46eae60d31a3f51ee1d939292..9f538445ebc6ee27d6f736ca8c148f04c1543d49 100755 (executable)
@@ -1,6 +1,6 @@
 {
   "name": "zurb-foundation",
-  "version": "5.3.3",
+  "version": "5.4.1",
   "devDependencies": {
     "assemble": "~0.4.37",
     "grunt": "~0.4.4",