Skip to content

Commit

Permalink
upd: Incremented version. 🔝
Browse files Browse the repository at this point in the history
  • Loading branch information
Byloth committed Sep 11, 2024
1 parent f6c526a commit af66a66
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.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",
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.1";
export const VERSION = "2.0.0-rc.2";

export type { Constructor, Interval, Timeout } from "./core/types.js";

Expand Down

0 comments on commit af66a66

Please sign in to comment.