From 0001acf4d6fbd9f469724fd9d55e03e333e8f375 Mon Sep 17 00:00:00 2001 From: hamza! Date: Wed, 31 Aug 2022 22:26:05 +0900 Subject: [PATCH 1/2] correct max-scale attr in index.html --- public/index.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/public/index.html b/public/index.html index 14b3e82..7d137a0 100644 --- a/public/index.html +++ b/public/index.html @@ -3,18 +3,12 @@ - + - + From 544c9291c5fec52acbfe1df47efca63ec77f2eb4 Mon Sep 17 00:00:00 2001 From: hamza! Date: Wed, 31 Aug 2022 22:26:35 +0900 Subject: [PATCH 2/2] update version to 1.2.1 --- public/index.html | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 7d137a0..7c46bfd 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,7 @@ diff --git a/version.json b/version.json index a15e91f..2116354 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "1.2.0" + "version": "1.2.1" }