From e97797f6e759c1ac09702834c6ddb7009f5f232c Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Fri, 18 Jun 2021 18:47:15 +0200 Subject: [PATCH] bump version to v3.1.0 Change-Id: Ief17846e64fb776478fb454ee49a27ea451c171a --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa4518a06..86736830a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "photobooth", - "version": "3.0.0", + "version": "3.1.0", "description": "A Photobooth webinterface for Raspberry Pi and Windows", "scripts": { "build": "npm-run-all --serial format build:faq build:gulp",