diff --git a/package.json b/package.json index 01e7b50..68c00fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@byloth/core", - "version": "2.0.0-rc.3", + "version": "2.0.0-rc.4", "description": "An unopinionated collection of useful functions and classes that I use widely in all my projects. 🔧", "keywords": [ "Core", diff --git a/src/index.ts b/src/index.ts index 3d7c719..f2b06b5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export const VERSION = "2.0.0-rc.3"; +export const VERSION = "2.0.0-rc.4"; export type { Constructor, Interval, Timeout } from "./core/types.js";