Skip to content

Commit

Permalink
release: 1.2.3 (#125)
Browse files Browse the repository at this point in the history
* chore: github actions reorg

* fix: remove repo

* chore: remove github packages publish profile

* fix: typo
  • Loading branch information
Kristjan Kosic authored Mar 19, 2020
1 parent fe06972 commit d414fcd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/publish-release-gpr.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish-release-maven.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Release
name: Publish Maven Release

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

group = 'org.arkecosystem'
version = '1.2.2'
version = '1.2.3'

dependencies {
compile group: 'org.bitcoinj', name: 'bitcoinj-core', version: '0.15.8'
Expand Down

0 comments on commit d414fcd

Please sign in to comment.