Skip to content

Commit 6b528c1

Browse files
committed
feat: changes to docs
1 parent 198f585 commit 6b528c1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</head>
6868
<body>
6969
<div class="container">
70-
<h1>Tsinghua SSSP - BMSSP</h1>
70+
<h1>Tsinghua SSSP - BMSSP JS</h1>
7171
<p>
7272
Implementation of the Single Source Shortest Path (SSSP) algorithm - Bounded Multiple Source Shortest Paths (BMSSP), originally published by Tsinghua University's research.
7373
</p>

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
console.log("Hello, World v0.3.0!");
1+
console.log("Hello, World v0.4.0!");

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bmssp",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Javascript package implementation of the bmssp algorithm.",
55
"keywords": [
66
"shortest-paths",

0 commit comments

Comments
 (0)