From a09b76d9b66ada153fc17e91670ee2629a0a2045 Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Fri, 8 Sep 2017 21:39:34 +0200 Subject: [PATCH] Bump version number --- example/yarn.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/yarn.lock b/example/yarn.lock index ee73e67..ee98113 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -3234,8 +3234,8 @@ react-devtools-core@2.3.1: shell-quote "^1.6.1" ws "^2.0.3" -"react-native-i18n@file:../": - version "2.0.4" +"react-native-i18n@file:..": + version "2.0.6" dependencies: i18n-js "github:fnando/i18n-js#v3.0.1" diff --git a/package.json b/package.json index 1722319..1a61771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-i18n", - "version": "2.0.5", + "version": "2.0.6", "description": "Provide I18n to your React Native application", "license": "MIT", "author": "Alexander Zaytsev",