Skip to content

Commit c1d336d

Browse files
committed
Bumping the version
1 parent b33942c commit c1d336d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = "1.1.3-pre";
1+
module.exports = "1.1.3";

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dagrejs/dagre",
3-
"version": "1.1.3-pre",
3+
"version": "1.1.3",
44
"description": "Graph layout for JavaScript",
55
"author": "Chris Pettitt <[email protected]>",
66
"contributors": [
@@ -49,4 +49,4 @@
4949
"type": "git",
5050
"url": "https://github.com/dagrejs/dagre.git"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)