From 6608d5087b608debb87bacf158e9bc14a887adad Mon Sep 17 00:00:00 2001 From: Matteo Bilotta Date: Fri, 11 Oct 2024 16:18:25 +0200 Subject: [PATCH] =?UTF-8?q?upd:=20Incremented=20version.=20=F0=9F=94=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";