diff --git a/package.json b/package.json index b105a7b..8937a7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@galangel/react-tip-magic", - "version": "1.0.1", + "version": "1.0.2", "description": "A sophisticated, elegant, and performant tooltip library for React with an intelligent floating helper system.", "type": "module", "main": "./dist/index.cjs", diff --git a/src/index.ts b/src/index.ts index a66953f..6016af6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -21,8 +21,8 @@ export type { CurrentTourStep, FlowState, FlowStep, - HelperAction, HelperAPI, + HelperAction, HelperInternalState, HelperPosition, HelperShowOptions, @@ -55,4 +55,4 @@ export { generateTooltipId, parseContent, parseDataAttributes } from './utils/pa export type { ParsedContent } from './utils/parseDataAttributes'; // Version -export const VERSION = '1.0.1'; +export const VERSION = '1.0.2';