Skip to content

Commit bbb4333

Browse files
committed
update readme and gradle after release
1 parent dcdf0fd commit bbb4333

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

counter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id 'signing'
1414
}
1515

16-
def jarVersion = "0.1.0"
16+
def jarVersion = "0.1.1"
1717
group = 'io.synadia'
1818

1919
def isMerge = System.getenv("BUILD_EVENT") == "push"

direct-batch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ It only works with the 2.11.x NATS Server and the JNats 2.20.5.main-2-11-SNAPSHO
88
The direct batch functionality leverages the direct message capabilities introduced in NATS Server 2.11
99
The functionality is described in [ADR-31](https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-31.md)
1010

11-
**Current Release**: 0.1.2
12-
 **Current Snapshot**: 0.1.3-SNAPSHOT
11+
**Current Release**: 0.1.3
12+
 **Current Snapshot**: 0.1.4-SNAPSHOT
1313
  **Gradle and Maven** `io.synadia:direct-batch`
1414
[Dependencies Help](https://github.com/synadia-io/orbit.java?tab=readme-ov-file#dependencies)
1515

direct-batch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id 'signing'
1414
}
1515

16-
def jarVersion = "0.1.3"
16+
def jarVersion = "0.1.4"
1717
group = 'io.synadia'
1818

1919
def isMerge = System.getenv("BUILD_EVENT") == "push"

0 commit comments

Comments
 (0)