Skip to content

Commit f6154fd

Browse files
authored
chore: bump version and update changelog (#24)
1 parent 75f0ca8 commit f6154fd

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)