From 4544bcdf106e4386c56e4d948fdb90df1296db1c Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Fri, 13 Aug 2021 16:19:19 +0200 Subject: [PATCH] bump version to v3.2.1 Change-Id: I431f3819903b7a3a5be87b2e8b6106f616a27306 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c5bf827b..4a7d4e982 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "photobooth", - "version": "3.2.0", + "version": "3.2.1", "description": "A Photobooth webinterface for Raspberry Pi and Windows", "scripts": { "build": "npm-run-all --serial format build:faq build:gulp",