From 24f45a3e8e2498900bddd366866c745d6c09a5c0 Mon Sep 17 00:00:00 2001 From: Riadh <22998716+KiKoS0@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:58:29 +0200 Subject: [PATCH] inngest-spring-boot-adapter@0.2.0 --- inngest-spring-boot-adapter/VERSION | 2 +- inngest-spring-boot-adapter/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inngest-spring-boot-adapter/VERSION b/inngest-spring-boot-adapter/VERSION index 6e8bf73a..0ea3a944 100644 --- a/inngest-spring-boot-adapter/VERSION +++ b/inngest-spring-boot-adapter/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0 diff --git a/inngest-spring-boot-adapter/build.gradle.kts b/inngest-spring-boot-adapter/build.gradle.kts index e6e4ae4a..d89395a9 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.5, 0.1]" else project(":inngest") + val pkg = if (System.getenv("RELEASE") != null) "com.inngest:inngest:[0.2.0, 0.3.0)" else project(":inngest") api(pkg) implementation("org.springframework.boot:spring-boot-starter-web")