From b1b3fdcce8a1da2d6d8bfd6b305392774df91b51 Mon Sep 17 00:00:00 2001 From: eleith Date: Sat, 23 Aug 2014 23:35:26 -0700 Subject: [PATCH] version bump --- README.md | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0af781a..1e2ef17 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -#v0.1.10 - ### schemajs [![Build Status](https://secure.travis-ci.org/eleith/schemajs.png)](http://travis-ci.org/eleith/schemajs) validate objects (including http request params) against a schema. includes express middleware. diff --git a/package.json b/package.json index 2c612d0..c8e3599 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "schemajs", "description": "validate objects (including http request params) against a schema. includes express middleware", - "version": "0.1.10", + "version": "0.1.11", "author": "eleith", "contributors": ["andychilton"], "repository":