From a3cfbb362dd1fb7bcc54ac85d479a7a1eb232d21 Mon Sep 17 00:00:00 2001 From: Jeffrey Lanters Date: Fri, 11 Jun 2021 12:45:39 +0200 Subject: [PATCH] 7.1.11 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index dbd3971..996f613 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-unity-webgl", - "version": "7.1.0", + "version": "7.1.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2c60107..66df88d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-unity-webgl", - "version": "7.1.10", + "version": "7.1.11", "description": "React Unity WebGL provides an easy solution for embedding Unity WebGL builds in your React application, with two-way communication between your React and Unity application with advanced API's.", "main": "./distribution/Exports.js", "scripts": {