Skip to content

Commit

Permalink
Merge pull request #21 from Zastinian/beta
Browse files Browse the repository at this point in the history
Update to version 3.0.1
  • Loading branch information
Zastinian authored Jun 5, 2024
2 parents 458409f + 9c0a5a4 commit f69eeae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion db.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Database = require("@hedystia/db-rs");
const Database = require("@hedystia/db");
const fs = require("fs");
const packageData = require("./package.json");
const wait = require("./src/util/wait");
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hedystiamd",
"version": "3.0.0",
"version": "3.0.1",
"description": "A whatsapp bot that can be used to play music",
"main": "index.js",
"type": "commonjs",
Expand All @@ -16,7 +16,7 @@
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"@hedystia/db-rs": "^1.8.1",
"@hedystia/db": "^1.8.0",
"awesome-phonenumber": "2.68.0",
"baileys": "6.7.4",
"file-type": "16.5.3",
Expand Down

0 comments on commit f69eeae

Please sign in to comment.