diff --git a/inngest-spring-boot-adapter/VERSION b/inngest-spring-boot-adapter/VERSION index 1750564f..bbdeab62 100644 --- a/inngest-spring-boot-adapter/VERSION +++ b/inngest-spring-boot-adapter/VERSION @@ -1 +1 @@ -0.0.6 +0.0.5 diff --git a/inngest-spring-boot-adapter/build.gradle.kts b/inngest-spring-boot-adapter/build.gradle.kts index 11e82d7e..8d5486cf 100644 --- a/inngest-spring-boot-adapter/build.gradle.kts +++ b/inngest-spring-boot-adapter/build.gradle.kts @@ -23,7 +23,7 @@ repositories { } dependencies { - val pkg = if (System.getenv("RELEASE") != null) "com.inngest:inngest:[0.0, 0.1)" else project(":inngest") + val pkg = if (System.getenv("RELEASE") != null) "com.inngest:inngest:[0.0.5, 0.1)" else project(":inngest") api(pkg) implementation("org.springframework.boot:spring-boot-starter-web")