File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
This library is a JSON Parser built specifically for JNATS to avoid a 3rd party library dependency.
6
6
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.
8
8
9
- ** Current Release** : 1.5.2   ; ** Current Snapshot** : 1.5.3 -SNAPSHOT
9
+ ** Current Release** : 2.0.0   ; ** Current Snapshot** : 2.0.1 -SNAPSHOT
10
10
11
11
[ ![ License Apache 2] ( https://img.shields.io/badge/License-Apache2-blue.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
12
12
[ ![ 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 )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
11
11
id ' signing'
12
12
}
13
13
14
- def jarVersion = " 2.0.0 "
14
+ def jarVersion = " 2.0.1 "
15
15
group = ' io.nats'
16
16
17
17
def isMerge = System . getenv(" BUILD_EVENT" ) == " push"
You can’t perform that action at this time.
0 commit comments