Skip to content

Commit b052355

Browse files
committed
Start 2.0.1
1 parent 4d5038f commit b052355

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
This library is a JSON Parser built specifically for JNATS to avoid a 3rd party library dependency.
66

7-
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.
7+
It has been extracted and repackaged from the JNATS library since it is also used by the [jwt.java](https://github.com/nats-io/jwt.java) library.
88

9-
**Current Release**: 1.5.2   **Current Snapshot**: 1.5.3-SNAPSHOT
9+
**Current Release**: 2.0.0   **Current Snapshot**: 2.0.1-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.3"
14+
def jarVersion = "2.0.1"
1515
group = 'io.nats'
1616

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

0 commit comments

Comments
 (0)