From a6130f8f112148d1eb658d99b3ccaec8bb322f8c Mon Sep 17 00:00:00 2001 From: Michael Herzog Date: Fri, 26 Apr 2024 10:39:12 +0200 Subject: [PATCH] Update constants.js Update revision. --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index b4d05778c125d..cdafb4f0b1cdf 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,4 +1,4 @@ -export const REVISION = '164'; +export const REVISION = '165dev'; export const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 }; export const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };