diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json
index 466df71..b985ff6 100644
--- a/.github/.release-please-manifest.json
+++ b/.github/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.1.0"
+ ".": "0.0.1"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31e7a0b..b82c4c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [0.1.0] - Unreleased
+## [0.0.1] - Unreleased
### Features
diff --git a/build.gradle b/build.gradle
index 29b08d3..e691ed8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ plugins {
}
group = 'com.deepgram'
-version = '0.1.0'
+version = '0.0.1'
java {
sourceCompatibility = JavaVersion.VERSION_11
diff --git a/pom.xml b/pom.xml
index 3f1bc14..838224e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.deepgram
deepgram-java-sdk
- 0.1.0
+ 0.0.1
jar
Deepgram Java SDK