Skip to content

Commit

Permalink
Bumping the version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rustedgrail committed Jul 17, 2024
1 parent 2b9b05e commit df8c6f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '2.2.3-pre';
module.exports = '2.2.3';
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -47,4 +47,4 @@
"type": "git",
"url": "https://github.com/dagrejs/graphlib.git"
}
}
}

0 comments on commit df8c6f7

Please sign in to comment.