From 32b5f2a6a2fc2f307fd549b63b0c444944205190 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Thu, 2 Jan 2020 16:55:31 +0200 Subject: [PATCH] download: update to 0.80.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 5c8fd38965..fedcb59394 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.78.1` +const VERSION = `0.80.0` const OSX = `osx` const WINDOWS = `win` const LINUX = `linux`