diff --git a/package.json b/package.json index b36344d0..8b1b5f4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fauna", - "version": "2.1.0", + "version": "2.1.1", "description": "A driver to query Fauna databases in browsers, Node.js, and other Javascript runtimes", "homepage": "https://fauna.com", "bugs": { diff --git a/src/util/package-version.ts b/src/util/package-version.ts index d10949e2..fdcd4eaa 100644 --- a/src/util/package-version.ts +++ b/src/util/package-version.ts @@ -1,4 +1,4 @@ //THIS FILE IS AUTOGENERATED. DO NOT EDIT. SEE .husky/pre-commit /** The current package version. */ -export const packageVersion = "2.1.0"; +export const packageVersion = "2.1.1";