Skip to content

Commit

Permalink
Updated version to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Jan 20, 2020
1 parent 515ff33 commit abe657c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Please check our [developers guide](https://gitlab.com/tokend/developers-guide)
for further information about branching and tagging conventions.

## [3.6.3] 2020-01-20

### Added
- `Serializable` marker to `NetworkParams`

## [3.6.2] 2019-12-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
dependencies {
...
compile "org.tokend:wallet:3.6.2"
compile "org.tokend:wallet:3.6.3"
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ compileTestKotlin {
apply from: "deploy.gradle"

group 'org.tokend'
version '3.6.2'
version '3.6.3'
uploadArchives.repositories.mavenDeployer.pom.artifactId = 'wallet'
uploadArchives.repositories.mavenDeployer.pom.name = 'TokenD wallet'

0 comments on commit abe657c

Please sign in to comment.