diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-11-12 16:09:36 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-11-12 16:09:36 -0500 |
commit | 9e99f300f9dde5681cef129e1df4f6cd391547ba (patch) | |
tree | 3b6a41117f438822a6bbcb3542c7f10d2f7d0f2e | |
parent | efaf60a5e72640d13fc13c4837da0282d8a2d4ed (diff) |
update version number to 3.0.2
-rw-r--r-- | api/3.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ { - "version": "3.0.1", + "version": "3.0.2", "themes": [ diff --git a/package.json b/package.json index e9fafd71..22288d56 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.1", + "version": "3.0.2", "author": "Thomas Park", "homepage": "http://bootswatch.com/", "license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0", |