diff --git a/package.json b/package.json index bcfe3a835..29ed5d004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meilisearch", - "version": "0.34.0", + "version": "0.34.1", "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 141fc1ea3..b9ff2a3b3 100644 --- a/src/package-version.ts +++ b/src/package-version.ts @@ -1 +1 @@ -export const PACKAGE_VERSION = '0.34.0' +export const PACKAGE_VERSION = '0.34.1'