Skip to content

Commit

Permalink
Start 2.20.2 (#1209)
Browse files Browse the repository at this point in the history
scottf authored Aug 19, 2024
1 parent 2a0b059 commit ba73b87
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

### A [Java](http://java.com) client for the [NATS messaging system](https://nats.io).

**Current Release**: 2.20.0   **Current Snapshot**: 2.20.1-SNAPSHOT
**Current Release**: 2.20.1   **Current Snapshot**: 2.20.2-SNAPSHOT

[![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats)
@@ -122,9 +122,9 @@ Replace `{major.minor.patch}` with the correct version in the examples.

### Downloading the Jar

You can download the latest jar at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.0/jnats-2.20.0.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.0/jnats-2.20.0.jar).
You can download the latest jar at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.1/jnats-2.20.1.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.1/jnats-2.20.1.jar).

The examples are available at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.0/jnats-2.20.0-examples.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.0/jnats-2.20.0-examples.jar).
The examples are available at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.1/jnats-2.20.1-examples.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.1/jnats-2.20.1-examples.jar).

To use NKeys, you will need the ed25519 library, which can be downloaded at [https://repo1.maven.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar](https://repo1.maven.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar).

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ plugins {
id 'signing'
}

def jarVersion = "2.20.1"
def jarVersion = "2.20.2"

def isRelease = System.getenv("BUILD_EVENT") == "release"
def brn = System.getenv("BRANCH_REF_NAME")

0 comments on commit ba73b87

Please sign in to comment.