diff --git a/example/package.json b/example/package.json index dae566e..3f07e3f 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.1.0", + "react-native-typography": "^1.2.1", "react-navigation": "^1.0.0-beta.21", "styled-components": "^2.2.3" } diff --git a/example/yarn.lock b/example/yarn.lock index 7c21209..4a80a2d 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -4943,9 +4943,9 @@ react-native-tab-view@^0.0.70: dependencies: prop-types "^15.5.10" -react-native-typography@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/react-native-typography/-/react-native-typography-1.1.0.tgz#daa19998c69a6fecf764510a602dcc42c1601773" +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-vector-icons@4.4.2: version "4.4.2" diff --git a/package.json b/package.json index c2c3756..3056231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-typography", - "version": "1.1.0", + "version": "1.2.1", "description": "Pixel–perfect, native–looking typographic styles for React Native", "main": "src/index.js",