diff --git a/package.json b/package.json index d963a37f..46a9f35c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@francoischalifour/docsearch-react", - "version": "1.0.0-alpha.11", + "version": "1.0.0-alpha.12", "license": "MIT", "homepage": "https://github.com/algolia/autocomplete.js", "repository": "algolia/autocomplete.js", diff --git a/src/version.ts b/src/version.ts index 61970a94..7a300f32 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '1.0.0-alpha.11'; +export const version = '1.0.0-alpha.12';