From c142a0ab3b86c3809e7ad05b6b9e4bf73c7455be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20U=2E=20-=20curqui?= Date: Thu, 14 Sep 2023 11:23:36 +0200 Subject: [PATCH] Update version.js --- functions/lib/version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/lib/version.js b/functions/lib/version.js index c00daf5..30a133a 100644 --- a/functions/lib/version.js +++ b/functions/lib/version.js @@ -1,4 +1,4 @@ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.version = void 0; -exports.version = '0.1.11'; +exports.version = '0.2.0';