From a4d61e645950f08ef2e60a896d18deadba29a330 Mon Sep 17 00:00:00 2001 From: Mish Ochu Date: Tue, 19 Jun 2018 10:34:30 -0600 Subject: [PATCH] upgrade to 0.2.0 (#15) --- JS/package.json | 2 +- README.md | 7 ++++--- TrustWeb3Provider.podspec | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/JS/package.json b/JS/package.json index 5d2aeda2..6ecd78e3 100644 --- a/JS/package.json +++ b/JS/package.json @@ -1,6 +1,6 @@ { "name": "trust-wallet", - "version": "0.0.5", + "version": "0.2.0", "description": "web3 injection", "main": "index.js", "scripts": { diff --git a/README.md b/README.md index 9fadbc99..04ae14b9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # TrustWeb3Provider [![Pod Version](https://img.shields.io/cocoapods/v/TrustWeb3Provider.svg?style=flat)](http://cocoapods.org/pods/TrustWeb3Provider) -[![Jitpack Version](https://jitpack.io/v/TrustWallet/trust-web3-provider.svg)](https://jitpack.io/#TrustWallet/trust-web3-provider/0.1.7) +[![Jitpack Version](https://jitpack.io/v/TrustWallet/trust-web3-provider.svg)](https://jitpack.io/#TrustWallet/trust-web3-provider/0.2.0) [![License](https://img.shields.io/cocoapods/l/TrustWeb3Provider.svg?style=flat)](http://cocoapods.org/pods/TrustWeb3Provider) [![Platform](https://img.shields.io/cocoapods/p/TrustWeb3Provider.svg?style=flat)](http://cocoapods.org/pods/TrustWeb3Provider) -[![Platform](https://img.shields.io/badge/platform-android-lightgrey.svg)](https://jitpack.io/#TrustWallet/trust-web3-provider/0.1.7) +[![Platform](https://img.shields.io/badge/platform-android-lightgrey.svg)](https://jitpack.io/#TrustWallet/trust-web3-provider/0.2.0) ## How to Identify Trust Provider @@ -43,7 +43,7 @@ Step 2. Add the dependency ```groovy dependencies { - implementation 'com.github.TrustWallet:trust-web3-provider:0.1.7' + implementation 'com.github.TrustWallet:trust-web3-provider:0.2.0' } ``` @@ -52,6 +52,7 @@ dependencies { vikmeup, vikmeup@gmail.com hewigovens, hewigovens@gmail.com madcake, wdiabloster@gmail.com +[Mish Ochu](https://github.com/mishfit) ## License diff --git a/TrustWeb3Provider.podspec b/TrustWeb3Provider.podspec index d6a1ad23..4657ac2f 100644 --- a/TrustWeb3Provider.podspec +++ b/TrustWeb3Provider.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'TrustWeb3Provider' - s.version = '0.1.7' + s.version = '0.2.0' s.summary = 'Web3 javascript wrapper provider for iOS and Android platforms.' s.description = <<-DESC