diff options
Diffstat (limited to 'component.json')
-rw-r--r-- | component.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/component.json b/component.json index 4487222a..32905911 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "bootswatch", "description": "Bootswatch is a collection of themes for Bootstrap.", - "version": "2.3.0+2", + "version": "2.3.1", "author": "Thomas Park", "homepage": "http://bootswatch.com", "repository": { @@ -9,7 +9,7 @@ "url": "git://github.com/thomaspark/bootswatch.git" }, "dependencies": { - "bootstrap": "~2.3.0" + "bootstrap": "~2.3.1" }, "licenses": [ { |