From cda5fe64b70a3db18d341acb8240188b1624b060 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Thu, 21 Nov 2019 17:41:36 +0200 Subject: [PATCH] download: update to 0.70.0 --- src/DownloadButton/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DownloadButton/index.js b/src/DownloadButton/index.js index 42ed1f7df5..66825747ca 100644 --- a/src/DownloadButton/index.js +++ b/src/DownloadButton/index.js @@ -5,7 +5,7 @@ import styled, { css } from 'styled-components' import isClient from '../utils/isClient' import { logEvent } from '../utils/ga' -const VERSION = `0.66.11` +const VERSION = `0.70.0` const OSX = `osx` const WINDOWS = `win` const LINUX = `linux`