Skip to content

Commit

Permalink
Bump version 0.3.0 🥳 🐈
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanrhu committed Sep 5, 2024
1 parent d67e298 commit c92ffe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": false,
"repository": "github:rohanrhu/react-kitten",
"homepage": "https://kitten.meowingcat.io",
"version": "0.2.1",
"version": "0.3.0",
"type": "module",
"main": "dist/react-kitten.js",
"types": "dist/react-kitten.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/kitten.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* (MIT License: https://opensource.org/licenses/MIT)
*/

export const version = '0.2.1'
export const version = '0.3.0'

export function isMobileDevice() {
return /Mobi|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
Expand Down

0 comments on commit c92ffe5

Please sign in to comment.