diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-12-11 14:08:19 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-12-11 14:08:19 -0500 |
commit | cd45d101347d545cd436a30cf35288190104e652 (patch) | |
tree | 080214359c8f0b5c6b56a74d76881d4e08ca02d4 | |
parent | bbe67be6ca5acc2e8416947d457aa9a06ecb0471 (diff) |
tick version number to 3.0.3+1
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ { "name": "bootswatch", "description": "Bootswatch is a collection of themes for Bootstrap.", - "version": "3.0.3", + "version": "3.0.3+1", "author": "Thomas Park", "homepage": "http://bootswatch.com", "repository": { diff --git a/package.json b/package.json index de12421f..fa3ade0a 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+2", + "version": "3.0.3+1", "author": "Thomas Park", "homepage": "http://bootswatch.com/", "license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0", |