Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Dec 10, 2024
1 parent 9c5aeda commit 9571126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "five-server",
"version": "0.4.0-dev.0",
"version": "0.4.0",
"description": "Development Server with Live Reload Capability. (Maintained Fork of Live Server)",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -93,4 +93,4 @@
"funding": {
"url": "https://github.com/sponsors/yandeu"
}
}
}
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
export const VERSION = "0.4.0-dev.0";
export const VERSION = "0.4.0";
export const NAME = "five-server";

0 comments on commit 9571126

Please sign in to comment.