From 3c0e1761784030ea5fe6f5d58b13b4330a200741 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Tue, 10 Sep 2024 00:32:31 -0700 Subject: [PATCH] v8.0.0 --- dist/index.d.ts | 2 +- dist/index.js | 2 +- package.json | 2 +- src/index.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.d.ts b/dist/index.d.ts index 369a605..eef9ba4 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,2 +1,2 @@ -export declare const version = "7.0.1"; +export declare const version = "8.0.0"; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index f9b257c..ad1f330 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,2 +1,2 @@ -export const version = '7.0.1'; +export const version = '8.0.0'; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/package.json b/package.json index 7800161..1e5f79f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lowclass", - "version": "7.0.1", + "version": "8.0.0", "description": "JavaScript/TypeScript class inheritance tools.", "author": "Joe Pea ", "license": "MIT", diff --git a/src/index.ts b/src/index.ts index ddcb560..0777304 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1 @@ -export const version = '7.0.1' +export const version = '8.0.0'