From b8d154b0c14000451ce09c7277d5d2d61f94cfce Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Sat, 11 Jul 2020 03:31:15 +0300 Subject: [PATCH] download: update to 1.1.8 --- src/components/DownloadButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DownloadButton/index.tsx b/src/components/DownloadButton/index.tsx index 93f4612c21..23c3cd7ae8 100644 --- a/src/components/DownloadButton/index.tsx +++ b/src/components/DownloadButton/index.tsx @@ -9,7 +9,7 @@ import { logEvent } from '../../utils/front/ga' import styles from './styles.module.css' -const VERSION = `1.1.7` +const VERSION = `1.1.8` enum OS { UNKNOWN = '...',