diff --git a/package.json b/package.json index e366d56b1..799e39269 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meilisearch", - "version": "0.35.1", + "version": "0.36.0", "description": "The Meilisearch JS client for Node.js and the browser.", "keywords": [ "meilisearch", diff --git a/src/package-version.ts b/src/package-version.ts index 20785c4d6..d63820370 100644 --- a/src/package-version.ts +++ b/src/package-version.ts @@ -1 +1 @@ -export const PACKAGE_VERSION = '0.35.1' +export const PACKAGE_VERSION = '0.36.0'