diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-11-15 17:02:30 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-11-15 17:02:30 -0500 |
commit | ba985c807d5934a1787daea902f33a4bea2677a9 (patch) | |
tree | 09c41316460f44062c929e4754602023b1d8834a | |
parent | d7dd0d4372f450072c73324c929b358b37d5cf45 (diff) |
bump version to 3.3.1+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.3.1+1", + "version": "3.3.1+2", "themes": [ { "name": "Cerulean", @@ -1,7 +1,7 @@ { "name": "bootswatch", "description": "Bootswatch is a collection of themes for Bootstrap.", - "version": "3.3.1+1", + "version": "3.3.1+2", "author": "Thomas Park", "homepage": "http://bootswatch.com", "repository": { diff --git a/package.json b/package.json index 07bee62d..fd49290e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootswatch", "description": "Bootswatch is a collection of themes for Bootstrap.", - "version": "3.3.1+1", + "version": "3.3.1+2", "author": "Thomas Park", "homepage": "http://bootswatch.com", "license": "MIT", |