From 7119425ce8df7681b046e4f24919787e908fa748 Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Tue, 10 Jan 2017 23:12:27 +0100 Subject: [PATCH] Released 1.0.0 --- .npmignore | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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": {