Skip to content

Commit

Permalink
chore: bump core lib version to 2.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: George Papadopoulos <[email protected]>
  • Loading branch information
George Papadopoulos committed Aug 22, 2024
1 parent 3fba814 commit c94a36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Transactional Outbox is published on `mavenCentral`. In order to use it just add

```gradle
implementation("io.github.bluegroundltd:transactional-outbox-core:2.0.3")
implementation("io.github.bluegroundltd:transactional-outbox-core:2.0.4")
```

Expand Down
2 changes: 1 addition & 1 deletion core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=io.github.bluegroundltd
POM_ARTIFACT_ID=transactional-outbox-core
VERSION_NAME=2.0.3
VERSION_NAME=2.0.4

POM_NAME=Transactional Outbox Core
POM_DESCRIPTION=Easily implement the transactional outbox pattern in your JVM application
Expand Down

0 comments on commit c94a36c

Please sign in to comment.