Skip to content

Commit df8c6f7

Browse files
committed
Bumping the version for release
1 parent 2b9b05e commit df8c6f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Graphlib is a JavaScript library that provides data structures for undirected
55
and directed multi-graphs along with algorithms that can be used with them.
66

77
[![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)
8-
[![npm](https://img.shields.io/npm/v/@dagrejs/graphlib.svg)](https://www.npmjs.com/package/graphlib)
8+
[![npm](https://img.shields.io/npm/v/@dagrejs/graphlib.svg)](https://www.npmjs.com/package/@dagrejs/graphlib)
99

1010
To learn more [see our Wiki](https://github.com/cpettitt/graphlib/wiki).
1111

lib/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '2.2.3-pre';
1+
module.exports = '2.2.3';

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dagrejs/graphlib",
3-
"version": "2.2.3-pre",
3+
"version": "2.2.3",
44
"description": "A directed and undirected multi-graph library",
55
"author": "Chris Pettitt <[email protected]>",
66
"license": "MIT",
@@ -47,4 +47,4 @@
4747
"type": "git",
4848
"url": "https://github.com/dagrejs/graphlib.git"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)