diff --git a/dist/index.d.ts b/dist/index.d.ts index 068c85e..56fe704 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -7,5 +7,5 @@ export { default as instanceOf } from './instanceOf.js'; export * from './native.js'; export * from './utils.js'; export * from './types.js'; -export declare const version = "6.0.0"; +export declare const version = "7.0.0"; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 67c185a..7806bb2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -7,5 +7,5 @@ export { default as instanceOf } from './instanceOf.js'; export * from './native.js'; export * from './utils.js'; export * from './types.js'; -export const version = '6.0.0'; +export const version = '7.0.0'; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/package.json b/package.json index b6de101..e5d98d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lowclass", - "version": "6.0.0", + "version": "7.0.0", "description": "JavaScript/TypeScript class inheritance tools.", "author": "Joe Pea ", "license": "MIT", diff --git a/src/index.ts b/src/index.ts index b8750e5..bb38037 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,4 +14,4 @@ export * from './utils.js' export * from './types.js' -export const version = '6.0.0' +export const version = '7.0.0'