Skip to content

Commit

Permalink
Merge pull request #561 from WalletConnect/develop
Browse files Browse the repository at this point in the history
Release v1.0.3
  • Loading branch information
flypaper0 authored Nov 1, 2022
2 parents 3013d46 + 3202297 commit 849b5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ final class ScanQRView: UIView {
extension ScanQRView: AVCaptureMetadataOutputObjectsDelegate {

func metadataOutput(_ metadataOutput: AVCaptureMetadataOutput, didOutput metadataObjects: [AVMetadataObject], from connection: AVCaptureConnection) {
defer { stopCaptureSession() }
guard
let metadataObject = metadataObjects.first as? AVMetadataMachineReadableCodeObject,
let value = metadataObject.stringValue else {
return
}

delegate?.scanDidDetect(value: value)
}
}
Expand Down
2 changes: 1 addition & 1 deletion Sources/WalletConnectRelay/EnvironmentInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ enum EnvironmentInfo {
}

static var sdkVersion: String {
"v0.10.3-rc.0"
"v1.0.3"
}

static var operatingSystem: String {
Expand Down

0 comments on commit 849b5eb

Please sign in to comment.