From 7df191412de9dfd88c3c9b919b6989fd18b5d445 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 12 Feb 2018 12:25:46 -0500 Subject: [PATCH] Incrementing version number - v1.7.5 --- install/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/package.json b/install/package.json index 3428fbcc50..bdf529b40c 100644 --- a/install/package.json +++ b/install/package.json @@ -2,7 +2,7 @@ "name": "nodebb", "license": "GPL-3.0", "description": "NodeBB Forum", - "version": "1.7.4", + "version": "1.7.5", "homepage": "http://www.nodebb.org", "repository": { "type": "git", @@ -137,4 +137,4 @@ "url": "https://github.com/barisusakli" } ] -} \ No newline at end of file +}