From d154b739c3ef3d649d7867ba4a9d2ccdc978fb14 Mon Sep 17 00:00:00 2001 From: Giorgio Bonvicini Date: Fri, 1 Sep 2017 22:54:50 +0200 Subject: [PATCH] Updated version number. --- code.gs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.gs b/code.gs index 7b0e76b..cd4c490 100644 --- a/code.gs +++ b/code.gs @@ -140,7 +140,7 @@ var fakeTestDate = '2017/02/14 06:00:00'; * The version of the script. * It must be a valid SimplifiedSemanticVersion. */ -var version = new SimplifiedSemanticVersion('3.1.0'); +var version = new SimplifiedSemanticVersion('3.1.1'); // These URsL are used to access the files in the repository or specific pages on GitHub. var baseRawFilesURL = 'https://raw.githubusercontent.com/GioBonvi/GoogleContactsEventsNotifier/master/';