Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed May 4, 2016
1 parent fea0584 commit b9892e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.3](https://github.com/SandroMachado/BitcoinPaymentURI/tree/1.0.3) (2016-05-04)
[Full Changelog](https://github.com/SandroMachado/BitcoinPaymentURI/compare/1.0.2...1.0.3)

**Closed issues:**

- Wrong parsing for URI with parameters that start with `.\*:` [\#5](https://github.com/SandroMachado/BitcoinPaymentURI/issues/5)

**Merged pull requests:**

- Fix parse for URI with parameters with `.\*:` [\#6](https://github.com/SandroMachado/BitcoinPaymentURI/pull/6) ([SandroMachado](https://github.com/SandroMachado))

## [1.0.2](https://github.com/SandroMachado/BitcoinPaymentURI/tree/1.0.2) (2016-02-16)
[Full Changelog](https://github.com/SandroMachado/BitcoinPaymentURI/compare/1.0.1...1.0.2)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Them include the openalpr-android dependency:
dependencies {
// ... other dependencies here.
compile 'com.github.SandroMachado:BitcoinPaymentURI:1.0.2'
compile 'com.github.SandroMachado:BitcoinPaymentURI:1.0.3'
}
```

Expand Down

0 comments on commit b9892e7

Please sign in to comment.