Skip to content

Commit

Permalink
upd: Incremented version. 🔝
Browse files Browse the repository at this point in the history
  • Loading branch information
Byloth committed Oct 11, 2024
1 parent 74f23ef commit 6608d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 6608d50

Please sign in to comment.