From e5d72fd0345f9373022dd0016ffd76c14b676bc8 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 22 Jul 2016 23:25:55 +0430 Subject: [PATCH] chore(version): bump version to 2.5.0, we have a new feature --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4646bb3..204d203 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hapi-sequelize-crud", - "version": "2.4.0", + "version": "2.5.0", "description": "Hapi plugin that automatically generates RESTful API for CRUD", "main": "build/index.js", "config": {