diff --git a/README.md b/README.md index 0f8fd46..d776dae 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ > **Currently iOS only** +> Pure JavaScript implementation under branch `pure-javascript` (wip) + ## Installation ```bash @@ -71,4 +73,3 @@ Please feel free to post a PR to help ## Licence MIT -© 2018 Nure diff --git a/package.json b/package.json index 27a3b84..3e0a0b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@nure/conekta-react-native", - "version": "0.2.0", + "name": "conekta-react-native", + "version": "0.2.1", "description": "React Native Conekta wrapper", "main": "index.js", "scripts": {