Skip to content

Commit

Permalink
release v - 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Feb 16, 2024
1 parent 6df518b commit 58fd74b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Overview

A complete IndexedDB wrapper with SQL like syntax.
Harness the power of JsStore to streamline database operations in your web applications. With its SQL-like API, JsStore simplifies IndexedDB interactions, enabling developers to easily query, filter, and manipulate data with familiar syntax and efficiency.

# Features

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsstore",
"version": "4.7.2",
"description": "A complete IndexedDB wrapper with SQL like syntax.",
"version": "4.7.3",
"description": "Harness the power of JsStore to streamline database operations in your web applications. With its SQL-like API, JsStore simplifies IndexedDB interactions, enabling developers to easily query, filter, and manipulate data with familiar syntax and efficiency.",
"main": "dist/npm.export.js",
"types": "dist/ts/main/index.d.ts",
"sideEffects": false,
Expand Down

0 comments on commit 58fd74b

Please sign in to comment.