Skip to content

Commit

Permalink
Bump version to release bug fixes. (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleve-fauna authored Jul 13, 2023
1 parent a44465b commit 129ce1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fauna",
"version": "0.9.1",
"version": "0.9.2",
"description": "A driver to query Fauna databases in browsers, Node.js, and other Javascript runtimes",
"homepage": "https://fauna.com",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/util/package-version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//THIS FILE IS AUTOGENERATED. DO NOT EDIT. SEE .husky/pre-commit

/** The current package version. */
export const packageVersion = "0.9.1";
export const packageVersion = "0.9.2";

0 comments on commit 129ce1e

Please sign in to comment.