diff --git a/example/package.json b/example/package.json index fa7d7fd..8f2885c 100644 --- a/example/package.json +++ b/example/package.json @@ -28,7 +28,7 @@ "glamorous-native": "^1.2.0", "react": "16.0.0-beta.5", "react-native": "^0.49.5", - "react-native-typography": "^1.2.1", + "react-native-typography": "^1.3.0", "react-navigation": "^1.0.0-beta.21", "styled-components": "^3.0.2" } diff --git a/example/yarn.lock b/example/yarn.lock index 54f8bc3..2740d1e 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -4939,9 +4939,9 @@ react-native-tab-view@^0.0.70: dependencies: prop-types "^15.5.10" -react-native-typography@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/react-native-typography/-/react-native-typography-1.2.1.tgz#380c71a71e4a4774bd2ca81971aabc6ecf3cb195" +react-native-typography@^1.3.0: + version "1.3.0" + resolved "http://npmo.dc.xing.com:8080/r/react-native-typography/_attachments/react-native-typography-1.3.0.tgz#23563f756cd14a44bd058efc3f1255aed7517ff8" react-native-vector-icons@4.4.2: version "4.4.2" diff --git a/package.json b/package.json index f2360ac..8f22ce2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-typography", - "version": "1.2.1", + "version": "1.3.0", "description": "Pixel–perfect, native–looking typographic styles for React Native", "main": "dist/index.js",