Skip to content

Commit 3937525

Browse files
authored
Merge pull request #12 from nats-io/better-packaging
Better packaging
2 parents 7146a25 + 5434440 commit 3937525

File tree

8 files changed

+273
-222
lines changed

8 files changed

+273
-222
lines changed

README.md

+1-1
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**: 1.5.2   **Current Snapshot**: 1.5.3-SNAPSHOT
7+
**Current Release**: 1.5.2   **Current Snapshot**: 2.0.0-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

+1-1
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.0"
1515
group = 'io.nats'
1616

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

0 commit comments

Comments
 (0)