Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/ArkEcosystem/java-crypto
Browse files Browse the repository at this point in the history
…into release/bitcoinj-v0.14.7
  • Loading branch information
Kristjan Kosic - Chris committed Feb 12, 2020
2 parents f918925 + 1b8a595 commit 3652254
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 1.0.0 - 2020-02-11

### Changed
- Upgrade Dependencies

### Added
- Add Support for new Core v2.6 Transaction Types

## 0.1.6 - 2019-10-15

### Changed
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ uploadArchives {

pom.project {
groupId = 'org.arkecosystem'
version = '0.1.6'
version = '1.0.0'
artifactId = 'crypto'

name = 'java-crypto'
Expand Down Expand Up @@ -111,7 +111,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.6'
url = 'https://github.com/ArkEcosystem/java-crypto/tree/1.0.0'
}
}
}
Expand Down

0 comments on commit 3652254

Please sign in to comment.