diff --git a/build.gradle b/build.gradle index 15c0845..565f3f2 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ apply plugin: 'java' apply plugin: 'com.diffplug.spotless' group 'io.tiledb' -version = '1.0.0-SNAPSHOT' +version = '0.0.1-SNAPSHOT' repositories { mavenCentral() diff --git a/settings.gradle b/settings.gradle index 5a2e942..c423c53 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -rootProject.name = "tiledb-cloud-java" \ No newline at end of file +rootProject.name = "tiledb-client" \ No newline at end of file