From 289c2f35c2d222cf298656674f503d79ab527c66 Mon Sep 17 00:00:00 2001 From: Arron Schaar Date: Wed, 4 Dec 2013 12:46:41 -0800 Subject: [PATCH] bumped version, pull in latest components --- .gitignore | 3 +++ Gruntfile.js | 2 +- VERSION | 2 +- bower.json | 4 ++-- package.json | 4 ++-- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 725a739a..6375f457 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ bower_components dev-repos component dist/zip +casperjs +slimerjs.zip +slimerjs \ No newline at end of file diff --git a/Gruntfile.js b/Gruntfile.js index 62f6baa1..65176bb2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,7 +13,7 @@ module.exports = function(grunt) { } }, pkg: grunt.file.readJSON('package.json'), - bumpup: ['bower.json', 'package.json', 'xtag.json'], + bumpup: ['bower.json', 'package.json'], tagrelease: { file: 'package.json', prefix: '', diff --git a/VERSION b/VERSION index f514a2f0..f76f9131 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.1 \ No newline at end of file +0.9.2 \ No newline at end of file diff --git a/bower.json b/bower.json index 060436fc..66861cb8 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "brick", "description": "UI Web Components for Mobile Web Apps", - "version": "0.9.1", + "version": "0.9.2", "keywords": [ "brick", "custom", @@ -21,7 +21,7 @@ "bower_components" ], "dependencies": { - "x-tag-core": "~0.8.1", + "x-tag-core": "0.8.20", "x-tag-appbar": "*", "x-tag-flipbox": "*", "x-tag-slidebox": "*", diff --git a/package.json b/package.json index d701d83e..a705fbba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brick", - "version": "0.9.1", + "version": "0.9.2", "description": "UI Web Components for Mobile Web Apps", "main": "index.js", "scripts": { @@ -29,4 +29,4 @@ "grunt-contrib-compress": "~0.5.2", "grunt-contrib-connect": "~0.5.0" } -} +} \ No newline at end of file