Skip to content

Commit

Permalink
Update to ios 2.0.9 and core 0.7.1 (#155)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <hi@asutula.com>
  • Loading branch information
asutula authored Sep 6, 2019
1 parent d9fb5f2 commit ee14285
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textile/react-native-sdk",
"version": "3.0.9",
"version": "3.0.10",
"description": "## Getting started",
"nativePackage": true,
"main": "dist/index.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"typescript": "^3.1.1"
},
"dependencies": {
"@textile/js-types": "0.7.0",
"@textile/js-types": "0.7.1",
"buffer": "^5.2.1"
},
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion textile-react-native-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'

s.dependency 'React'
s.dependency 'Textile', '2.0.8'
s.dependency 'Textile', '2.0.9'

s.preserve_paths = 'README.md', 'LICENSE', 'package.json'
s.source_files = 'ios/**/*.{h,m}'
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -634,10 +634,10 @@
version "1.1.0"
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"

"@textile/js-types@0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@textile/js-types/-/js-types-0.7.0.tgz#0fabd0c6be57e91a0f32c6ea6ee3299192095c82"
integrity sha512-qhn7oep8a+0Qbx8XO0h05vOFVHENBmpgEQF7kNetfPeEuL3GTcIRXnp0caQdbmYaer1YomGS5e0a4FACFg4HRA==
"@textile/js-types@0.7.1":
version "0.7.1"
resolved "https://registry.yarnpkg.com/@textile/js-types/-/js-types-0.7.1.tgz#e5c0f96403d5e764e80c8064491ad307dd92c993"
integrity sha512-vk7Lg+l8X1CF4p84c9E1QY2ahrp+tDlQYB98Aw/CJGvDDXFEXeAMjJM+NccdxmbXy9nYoxjb6jdVNKOHQeJNDg==
dependencies:
protobufjs "^6.8.8"

Expand Down

0 comments on commit ee14285

Please # to comment.