Skip to content

Commit 7e3ad65

Browse files
author
Kristjan Kosic
authored
fix: gradle root project naming (#110)
* chore: update root project name * chore: increase min version
1 parent 6c85a37 commit 7e3ad65

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212

1313
group = 'org.arkecosystem'
14-
version = '1.0.1'
14+
version = '1.0.2'
1515

1616
publishing {
1717
publishing {

settings.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
rootProject.name = 'arkecosystem-crypto'
2-
1+
rootProject.name = 'java-crypto'

0 commit comments

Comments
 (0)