Skip to content

Commit

Permalink
fix: gradle root project naming (#110)
Browse files Browse the repository at this point in the history
* chore: update root project name

* chore: increase min version
  • Loading branch information
Kristjan Kosic authored Feb 18, 2020
1 parent 6c85a37 commit 7e3ad65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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.0.1'
version = '1.0.2'

publishing {
publishing {
Expand Down
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
rootProject.name = 'arkecosystem-crypto'

rootProject.name = 'java-crypto'

0 comments on commit 7e3ad65

Please sign in to comment.