Skip to content

Commit 4ae77d7

Browse files
committed
Bump version.
1 parent 5d7b83a commit 4ae77d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ app.get("/", async (req, res) => {
1414
res.send(err || data);
1515
});
1616
} else {
17-
res.render("index.html.ejs", { version: "0.1.0" });
17+
res.render("index.html.ejs", { version: "1.0.0" });
1818
}
1919
});
2020
app.post("/", (req, res) => {});

0 commit comments

Comments
 (0)