Skip to content

Commit 7cf8d0f

Browse files
committed
Start 2.1.1
1 parent aa45ddd commit 7cf8d0f

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
@@ -4,7 +4,7 @@
44

55
The library allows you to create and use NKEYS in Java code.
66

7-
**Current Release**: 2.1.0   **Current Snapshot**: 2.1.1-SNAPSHOT
7+
**Current Release**: 2.1.1   **Current Snapshot**: 2.1.2-SNAPSHOT
88

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

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 = "2.1.1"
14+
def jarVersion = "2.1.2"
1515
group = 'io.nats'
1616

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

0 commit comments

Comments
 (0)