Skip to content

Commit

Permalink
update to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajayos committed Aug 20, 2023
1 parent 73febdf commit e5e2bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ Example
Here's a complete example of how to use NodeDB to interact with a database:

```javascript
Copy code
const DB = require('@ajayos/nodedb');

// Define a custom database file path
Expand All @@ -151,6 +150,7 @@ async function main() {
main().catch((error) => {
console.error('An error occurred:', error);
});
```

## Note

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ajayos/nodedb",
"version": "1.0.9",
"version": "1.1.0",
"description": "NodeDB is a simple key-value store for Node.js, built on top of SQLite.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e5e2bb6

Please sign in to comment.