From 179cd89729ceec6f22c94acbfbd2d0913955d1f1 Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Sun, 27 Sep 2020 11:04:23 +0200 Subject: [PATCH] bump version to v2.10.0 Change-Id: I7c4023c356560996c6bbc07cd411ee0e51721ca8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e052d6e2..3744ea9c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "photobooth", - "version": "2.9.0", + "version": "2.10.0", "description": "A Photobooth webinterface for Raspberry Pi and Windows", "scripts": { "build": "npm-run-all --serial format build:faq build:gulp",