Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KiKoS0 authored Oct 3, 2024
1 parent f2ad36c commit 3b207b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inngest-spring-boot-adapter/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0
2 changes: 1 addition & 1 deletion inngest-spring-boot-adapter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3b207b9

Please sign in to comment.