Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
bumped version, pull in latest components
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyfx committed Dec 4, 2013
1 parent 58c4dcc commit 289c2f3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ bower_components
dev-repos
component
dist/zip
casperjs
slimerjs.zip
slimerjs
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.2
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": "*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -29,4 +29,4 @@
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-connect": "~0.5.0"
}
}
}

0 comments on commit 289c2f3

Please sign in to comment.