From 5a807f884bb170fd0498cb72bafa63fae7e0df2c Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Fri, 3 May 2019 12:07:12 +0200 Subject: [PATCH] version bump and build --- build/index.d.ts | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/index.d.ts b/build/index.d.ts index 467d375..cb222dc 100644 --- a/build/index.d.ts +++ b/build/index.d.ts @@ -30,6 +30,7 @@ export interface CookieConsentProps { extraCookieOptions?: object; disableButtonStyles?: boolean; enableDeclineButton?: boolean; + flipButtons?: boolean; ButtonComponent?: Function | React.ReactElement; } diff --git a/package.json b/package.json index a1cc229..0ced6de 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "name": "Rick van Lieshout", "email": "info@rickvanlieshout.com" }, - "version": "2.3.0", + "version": "2.3.1", "description": "A small, simple and customizable cookie consent bar for use in React applications.", "main": "build/index.js", "types": "build/index.d.ts",