Skip to content

Commit 4d5038f

Browse files
authored
Merge pull request #8 from nats-io/start-1-5-3
Start 1.5.3
2 parents 4a37cda + 558d26e commit 4d5038f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This library is a JSON Parser built specifically for JNATS to avoid a 3rd party
66

77
It has been extracted from the Java library since it is also used by the [jwt.java](https://github.com/nats-io/jwt.java) library.
88

9-
**Current Release**: 1.5.1   **Current Snapshot**: 1.5.2-SNAPSHOT
9+
**Current Release**: 1.5.2   **Current Snapshot**: 1.5.3-SNAPSHOT
1010

1111
[![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
1212
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats-json/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats-json)

build.gradle

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

14-
def jarVersion = "1.5.2"
14+
def jarVersion = "1.5.3"
1515
group = 'io.nats'
1616

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

0 commit comments

Comments
 (0)