diff --git a/README.md b/README.md index 8bb73d22..21d1007e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Graphlib is a JavaScript library that provides data structures for undirected and directed multi-graphs along with algorithms that can be used with them. [![Build Status](https://github.com/dagrejs/graphlib/workflows/Build%20Status/badge.svg?branch=master)](https://github.com/dagrejs/graphlib/actions?query=workflow%3A%22Build+Status%22) -[![npm](https://img.shields.io/npm/v/@dagrejs/graphlib.svg)](https://www.npmjs.com/package/graphlib) +[![npm](https://img.shields.io/npm/v/@dagrejs/graphlib.svg)](https://www.npmjs.com/package/@dagrejs/graphlib) To learn more [see our Wiki](https://github.com/cpettitt/graphlib/wiki). diff --git a/lib/version.js b/lib/version.js index 4a7cb62d..7064366e 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1 +1 @@ -module.exports = '2.2.3-pre'; +module.exports = '2.2.3'; diff --git a/package.json b/package.json index 200449c0..f43d0f1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dagrejs/graphlib", - "version": "2.2.3-pre", + "version": "2.2.3", "description": "A directed and undirected multi-graph library", "author": "Chris Pettitt ", "license": "MIT", @@ -47,4 +47,4 @@ "type": "git", "url": "https://github.com/dagrejs/graphlib.git" } -} \ No newline at end of file +}