From d373fd3979f3e911ef743d2e87bdfbe93ab3575d Mon Sep 17 00:00:00 2001 From: Enzo Manuel Mangano Date: Sat, 4 Jun 2022 20:15:07 +0200 Subject: [PATCH] chore: release 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 144ac6f..1908697 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chessboard", - "version": "0.1.0", + "version": "0.1.1", "description": "A lightweight, simple, and high-performing chessboard for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",