File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## Unreleased
99
10+ ## 0.1.1 - 2018-12-11
11+
12+ ### Fixed
13+
14+ - Construct the correct JSON representation of transactions
15+ - Return the correct transaction type for ` MultiSignatureRegistration `
16+ - Properly cast slot times to integer
17+ - Set the version on ` AbstractTransaction `
18+
1019## 0.1.0 - 2018-10-08
20+
1121- Initial Release
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ uploadArchives {
4646
4747 pom. project {
4848 groupId = ' org.arkecosystem'
49- version = ' 0.1.0 '
49+ version = ' 0.1.1 '
5050 artifactId = ' arkecosystem-crypto'
5151
5252 name = ' java-crypto'
@@ -79,7 +79,7 @@ uploadArchives {
7979 scm {
8080 connection = ' scm:git:git://github.com/ArkEcosystem/java-crypto.git'
8181 developerConnection = ' scm:git:ssh://github.com:ArkEcosystem/java-crypto.git'
82- url = ' https://github.com/ArkEcosystem/java-crypto/tree/0.1.0 '
82+ url = ' https://github.com/ArkEcosystem/java-crypto/tree/0.1.1 '
8383 }
8484 }
8585 }
You can’t perform that action at this time.
0 commit comments