Skip to content

Commit

Permalink
release v - 4.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Sep 19, 2023
1 parent 5f99159 commit 04e51eb
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": "jsstore",
"version": "4.6.3",
"version": "4.6.4",
"description": "A complete IndexedDB wrapper with SQL like syntax.",
"main": "dist/npm.export.js",
"types": "dist/ts/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/worker/query_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export class QueryManager {
this.util
).then(() => {
return dbInfo;
})
});
}
else {
return MetaHelper.get(
Expand Down

0 comments on commit 04e51eb

Please sign in to comment.