diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-11-22 00:26:32 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-11-22 00:26:32 -0500 |
commit | 226c4f61450ee35e868c2de1c1469cb720bbb8b5 (patch) | |
tree | 70b7e7757e7d95f746b7a490c51c71526f268416 | |
parent | c2ed4f7846d6489c313ee9bbf418760738ad0ca1 (diff) |
bump version to 3.0.2+2
-rw-r--r-- | api/3.json | 2 | ||||
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ { - "version": "3.0.2+1", + "version": "3.0.2+2", "themes": [ { "name": "Amelia", @@ -1,7 +1,7 @@ { "name": "bootswatch", "description": "Bootswatch is a collection of themes for Bootstrap.", - "version": "3.0.2+1", + "version": "3.0.2+2", "author": "Thomas Park", "homepage": "http://bootswatch.com", "repository": { diff --git a/package.json b/package.json index bc0e2124..de12421f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootswatch", "description": "Bootswatch is a collection of themes for Bootstrap.", - "version": "3.0.2+1", + "version": "3.0.2+2", "author": "Thomas Park", "homepage": "http://bootswatch.com/", "license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0", |