diff --git a/.npmignore b/.npmignore index 1b0982d..84c79b5 100644 --- a/.npmignore +++ b/.npmignore @@ -5,3 +5,5 @@ node_modules KeychainExample + +.editorconfig diff --git a/package.json b/package.json index 1a1ea59..a8d775f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keychain", - "version": "0.3.2", + "version": "1.0.0", "description": "Keychain Access for React Native", "main": "index", "scripts": {