Skip to content

Commit

Permalink
Cask v0.3.1
Browse files Browse the repository at this point in the history
- Add bower support
  • Loading branch information
whmii committed Mar 2, 2016
1 parent 75026d3 commit 66b2f27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"type": "git",
"url": "https://github.com/whmii/cask.git"
},
"version": "0.3.0"
"version": "0.3.1"
}
2 changes: 1 addition & 1 deletion lib/cask/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cask
VERSION = "0.3.0"
VERSION = "0.3.1"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cask-grid",
"version": "0.3.0",
"version": "0.3.1",
"description": "A simple relible float based grid system built with calc",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 66b2f27

Please sign in to comment.