diff --git a/package.json b/package.json index ef3159c..2c0ff2f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": false, "repository": "github:rohanrhu/react-kitten", "homepage": "https://kitten.meowingcat.io", - "version": "0.3.1", + "version": "0.3.2", "type": "module", "main": "dist/react-kitten.js", "types": "dist/react-kitten.d.ts", diff --git a/src/kitten.ts b/src/kitten.ts index 402a5df..b985ba1 100644 --- a/src/kitten.ts +++ b/src/kitten.ts @@ -10,7 +10,7 @@ * (MIT License: https://opensource.org/licenses/MIT) */ -export const version = '0.3.1' +export const version = '0.3.3' export function isMobileDevice() { return /Mobi|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);