Skip to content

Commit

Permalink
release: 0.1.5 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
spkjp authored and faustbrian committed Jul 10, 2019
1 parent 1f449da commit c6ae3c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 0.1.5 - 2019-10-07

### Changed
- Updated dependencies

## 0.1.4 - 2019-11-06

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -46,7 +46,7 @@ uploadArchives {

pom.project {
groupId = 'org.arkecosystem'
version = '0.1.4'
version = '0.1.5'
artifactId = 'crypto'

name = 'java-crypto'
Expand Down Expand Up @@ -79,7 +79,7 @@ uploadArchives {
scm {
connection = 'scm:git:git://github.com/ArkEcosystem/java-crypto.git'
developerConnection = 'scm:git:ssh://github.com:ArkEcosystem/java-crypto.git'
url = 'https://github.com/ArkEcosystem/java-crypto/tree/0.1.4'
url = 'https://github.com/ArkEcosystem/java-crypto/tree/0.1.5'
}
}
}
Expand Down

0 comments on commit c6ae3c9

Please sign in to comment.