From ddd73ad740ee2a51c8c4bfb7b4617db5e076f3f3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 18 Jul 2021 14:53:18 +0000 Subject: [PATCH] v1.18.7 --- build.txt | 4 ++-- index.html | 2 +- oauth-result/teams.html | 16 ++++++++++++++++ service-worker.js | 2 +- update.json | 4 ++-- 5 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 oauth-result/teams.html diff --git a/build.txt b/build.txt index 05a9d46d..f7ebbf33 100644 --- a/build.txt +++ b/build.txt @@ -1,2 +1,2 @@ -070573e68a948252938b3731c5e40fe82bfece20 -Wed May 19 09:09:09 UTC 2021 +dfc6201285ec1dfecd2e8f80363d82811e75bc6d +Sun Jul 18 14:53:18 UTC 2021 diff --git a/index.html b/index.html index 75fa8cad..f34fc32d 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -KeeWeb \ No newline at end of file +KeeWeb \ No newline at end of file diff --git a/oauth-result/teams.html b/oauth-result/teams.html new file mode 100644 index 00000000..a07583e8 --- /dev/null +++ b/oauth-result/teams.html @@ -0,0 +1,16 @@ + + + + + KeeWeb + + + + + diff --git a/service-worker.js b/service-worker.js index 8d02e157..412b8bca 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,4 +1,4 @@ -const VERSION = '1.18.6'; +const VERSION = '1.18.7'; self.addEventListener('install', (event) => event.waitUntil( diff --git a/update.json b/update.json index 39ef2009..1854df7b 100644 --- a/update.json +++ b/update.json @@ -1,4 +1,4 @@ { - "version": "1.18.6", - "date": "2021-05-19" + "version": "1.18.7", + "date": "2021-07-18" }