diff --git a/README.md b/README.md index ee52dc1..ee4ddb2 100644 --- a/README.md +++ b/README.md @@ -47,18 +47,6 @@ This library is fully compatible with TypeScript and can be used on both iOS and | 2.0 | \>= 0.71 | \>= 1.22.1 | -*Library may work on lower versions of React Native (with paper architecture), but it wasn't tested!* - -## Usage - -```typescript -import { isMaestro } from 'react-native-is-maestro' - -// ... - -const result: boolean = isMaestro() -``` - ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. diff --git a/package.json b/package.json index da5e922..a49eb29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-is-maestro", - "version": "1.2.1", + "version": "2.0.0", "description": "test", "main": "lib/commonjs/index", "module": "lib/module/index",