Skip to content

Commit 26e63db

Browse files
authored
Merge pull request #24 from nats-io/start-3-0-5
Start 3.0.5
2 parents 57d4c74 + 75ff1ef commit 26e63db

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

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

77
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-
![3.0.3](https://img.shields.io/badge/Current_Release-3.0.3-27AAE0?style=for-the-badge)
10-
![3.0.4](https://img.shields.io/badge/Current_Snapshot-3.0.4--SNAPSHOT-27AAE0?style=for-the-badge)
9+
![3.0.4](https://img.shields.io/badge/Current_Release-3.0.4-27AAE0?style=for-the-badge)
10+
![3.0.5](https://img.shields.io/badge/Current_Snapshot-3.0.5--SNAPSHOT-27AAE0?style=for-the-badge)
1111

1212
[![Build Main Badge](https://github.com/nats-io/jnats-json/actions/workflows/build-main.yml/badge.svg?event=push)](https://github.com/nats-io/jnats-json/actions/workflows/build-main.yml)
1313
[![Coverage Status](https://coveralls.io/repos/github/nats-io/jnats-json/badge?branch=main)](https://coveralls.io/github/nats-io/jnats-json?branch=main)
@@ -38,7 +38,7 @@ The examples shown use the Jdk 8 version. To use other versions, change the arti
3838

3939
```groovy
4040
dependencies {
41-
implementation 'io.nats:jnats-json:3.0.3'
41+
implementation 'io.nats:jnats-json:3.0.4'
4242
}
4343
```
4444

@@ -64,7 +64,7 @@ repositories {
6464
}
6565
6666
dependencies {
67-
implementation 'io.nats:jnats-json:3.0.4-SNAPSHOT'
67+
implementation 'io.nats:jnats-json:3.0.5-SNAPSHOT'
6868
}
6969
```
7070

@@ -74,7 +74,7 @@ dependencies {
7474
<dependency>
7575
<groupId>io.nats</groupId>
7676
<artifactId>jnats-json</artifactId>
77-
<version>3.0.3</version>
77+
<version>3.0.4</version>
7878
</dependency>
7979
```
8080

@@ -108,7 +108,7 @@ If you need a snapshot version, you must enable snapshots and change your depend
108108
<dependency>
109109
<groupId>io.nats</groupId>
110110
<artifactId>jnats-json</artifactId>
111-
<version>3.0.4-SNAPSHOT</version>
111+
<version>3.0.5-SNAPSHOT</version>
112112
</dependency>
113113
```
114114

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id("signing")
1111
}
1212

13-
def jarVersion = "3.0.4"
13+
def jarVersion = "3.0.5"
1414
group = 'io.nats'
1515

1616
def isRelease = System.getenv("BUILD_EVENT") == "release"

0 commit comments

Comments
 (0)