From 81495f2080a8ed0a7afa232626f14967092e940f Mon Sep 17 00:00:00 2001 From: Erich Kuerschner Date: Tue, 15 Sep 2020 09:26:41 -0500 Subject: [PATCH] v1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da90bbe..8ee52a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use-audio-player", - "version": "1.2.0", + "version": "1.2.1", "description": "React hook for building custom audio playback controls", "main": "dist/index.js", "typings": "dist/index.d.ts",