diff --git a/src/utils/version.ts b/src/utils/version.ts index fd9cc8a9..80831a84 100644 --- a/src/utils/version.ts +++ b/src/utils/version.ts @@ -3,4 +3,4 @@ * Do not modify this file directly. */ -export const VERSION = '0.9.1'; +export const VERSION = '0.9.2'; diff --git a/tsconfig.browser.json b/tsconfig.browser.json index 2205ba2f..b8deca5b 100644 --- a/tsconfig.browser.json +++ b/tsconfig.browser.json @@ -20,7 +20,7 @@ }, "include": [ "src/**/*", - "examples/**/*" + "demo/**/*" ], "exclude": [ "node_modules",