Skip to content

Commit

Permalink
0.3.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
merenkoff committed Apr 19, 2021
1 parent 41a1c5b commit f64a56c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.3.6
- Zilliqa testnet support. ([#37](https://github.com/unstoppabledomains/resolution-swift/pull/37)) via [@merenkoff](https://github.com/merenkoff)
- UnregisteredDomain instead of UnspecifiedResolver ([#36](https://github.com/unstoppabledomains/resolution-swift/pull/36)) via [@JohnnyJumper](https://github.com/JohnnyJumper)

### 0.3.5
* Introduce DomainResolution#getMultiChainAddress general method to fetch a ticker address from specific chain
* Deprecate DomainResolution#getUsdt method in favor of DomainResolution#getMultiChainAddress
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Resoultion supports decentralized domains across three main zones:
## Cocoa Pods

```ruby
pod 'UnstoppableDomainsResolution', '~> 0.3.5'
pod 'UnstoppableDomainsResolution', '~> 0.3.6'
```

## Swift Package Manager

```swift
package.dependencies.append(
.package(url: "https://github.com/unstoppabledomains/resolution-swift", from: "0.3.5")
.package(url: "https://github.com/unstoppabledomains/resolution-swift", from: "0.3.6")
)
```

Expand Down
2 changes: 1 addition & 1 deletion UnstoppableDomainsResolution.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "UnstoppableDomainsResolution"
spec.version = "0.3.5"
spec.version = "0.3.6"
spec.summary = "Swift framework for resolving Unstoppable domains."

spec.description = <<-DESC
Expand Down

0 comments on commit f64a56c

Please sign in to comment.