Skip to content

Commit

Permalink
Updated version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Jul 15, 2019
1 parent 0bd78df commit 3d313f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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.

## [Unreleased]
## [3.3.0] 2019-07-15

### Added
- Ability to add `DecoratedSignature` to the transaction directly
Expand Down Expand Up @@ -43,4 +43,5 @@ for further information about branching and tagging conventions.
[3.0.1]: https://github.com/tokend/kotlin-wallet/compare/1.0.13...3.0.1
[3.1.0]: https://github.com/tokend/kotlin-wallet/compare/3.0.1...3.1.0
[3.2.0]: https://github.com/tokend/kotlin-wallet/compare/3.1.0...3.2.0
[Unreleased]: https://github.com/tokend/kotlin-wallet/compare/3.2.0...HEAD
[3.3.0]: https://github.com/tokend/kotlin-wallet/compare/3.2.0...3.3.0
[Unreleased]: https://github.com/tokend/kotlin-wallet/compare/3.3.0...HEAD
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.1.0"
compile "org.tokend:wallet:3.3.0"
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ compileTestKotlin {
apply from: "deploy.gradle"

group 'org.tokend'
version '3.3.0-x.0'
version '3.3.0'
uploadArchives.repositories.mavenDeployer.pom.artifactId = 'wallet'
uploadArchives.repositories.mavenDeployer.pom.name = 'TokenD wallet'

0 comments on commit 3d313f2

Please sign in to comment.