From aa06808ab29b9f279494ce40ff7c20cff0fc22fb Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sat, 9 Jul 2016 09:14:18 +0430 Subject: [PATCH] chore(version): bump version to 2.1.1, two small patches were applied by @joeybaker --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21384a4..280e0d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hapi-sequelize-crud", - "version": "2.1.0", + "version": "2.1.1", "description": "Hapi plugin that automatically generates RESTful API for CRUD", "main": "build/index.js", "config": {