Skip to content

Commit

Permalink
Merge pull request #49 from nats-io/2_0_0
Browse files Browse the repository at this point in the history
bump version for release
  • Loading branch information
aricart authored Dec 6, 2024
2 parents 8012bc7 + ed3af84 commit be498fa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ A public-key signature system based on Ed25519 for the
[![JSR](https://jsr.io/badges/@nats-io/nkeys)](https://jsr.io/@nats-io/nkeys)
[![JSR](https://jsr.io/badges/@nats-io/nkeys/score)](https://jsr.io/@nats-io/nkeys)

![v2](https://img.shields.io/badge/version-2-blue)
[![npm](https://img.shields.io/npm/v/%40nats-io%2Fnkeys)](https://www.npmjs.com/package/@nats-io/nkeys)
[![npm](https://img.shields.io/npm/dt/%40nats-io%2Fnkeys)](https://www.npmjs.com/package/@nats-io/nkeys)
[![npm](https://img.shields.io/npm/dm/%40nats-io%2Fnkeys)](https://www.npmjs.com/package/@nats-io/nkeys)
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nats-io/nkeys",
"version": "2.0.0-5",
"version": "2.0.0",
"types": "lib/mod.d.ts",
"exports": {
".": "./src/mod.ts"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nats-io/nkeys",
"version": "2.0.0-5",
"version": "2.0.0",
"description": "A public-key signature system based on Ed25519 for the NATS ecosystem in javascript",
"main": "lib/mod.js",
"types": "lib/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// this file is autogenerated - do not edit
export const version = "2.0.0-5";
export const version = "2.0.0";

0 comments on commit be498fa

Please sign in to comment.