From d92829a70ea84bd1b14e53e3202a0cce8e2bc17e Mon Sep 17 00:00:00 2001 From: Mikko Date: Mon, 16 Aug 2021 10:56:08 +0300 Subject: [PATCH] Bump version to 1.0.2 --- src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.ts b/src/version.ts index 0627db9..fb9ffe3 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ -export const VERSION = '1.0.1'; +export const VERSION = '1.0.2'; export const SOURCE = 'https://gitlab.com/Nicd/sodexo-menu';