diff --git a/package.json b/package.json index d08e05d..6ad4ee3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@byloth/core", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "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 b2b07df..e117c92 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export const VERSION = "2.0.0-rc.1"; +export const VERSION = "2.0.0-rc.2"; export type { Constructor, Interval, Timeout } from "./core/types.js";