Skip to content

Commit

Permalink
upgrade to 0.2.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishfit authored and vikmeup committed Jun 19, 2018
1 parent ee68874 commit a4d61e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion JS/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trust-wallet",
"version": "0.0.5",
"version": "0.2.0",
"description": "web3 injection",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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'
}
```

Expand All @@ -52,6 +52,7 @@ dependencies {
vikmeup, [email protected]
hewigovens, [email protected]
madcake, [email protected]
[Mish Ochu](https://github.com/mishfit)

## License

Expand Down
2 changes: 1 addition & 1 deletion TrustWeb3Provider.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4d61e6

Please sign in to comment.