From 95711266d5e5b7d95eae6107c1c4d716223cd9a8 Mon Sep 17 00:00:00 2001 From: yandeu <20306025+yandeu@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:40:53 +0100 Subject: [PATCH] v0.4.0 --- package.json | 4 ++-- src/const.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bde5750..8d2f16e 100644 --- a/package.json +++ b/package.json @@ -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", @@ -93,4 +93,4 @@ "funding": { "url": "https://github.com/sponsors/yandeu" } -} +} \ No newline at end of file diff --git a/src/const.ts b/src/const.ts index dc0f84e..47a881c 100644 --- a/src/const.ts +++ b/src/const.ts @@ -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";