diff --git a/package.json b/package.json index 057aa118..3e57e0c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fauna", - "version": "0.9.2", + "version": "0.9.3", "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 6a296f4b..44071ab1 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 = "0.9.2"; +export const packageVersion = "0.9.3";