chore: bump version to 0.7.16

This commit is contained in:
Paul Makles
2024-08-29 20:18:34 +01:00
parent 1938ebc3fa
commit 28960979ec
12 changed files with 34 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-nodejs-bindings"
version = "0.7.15"
version = "0.7.16"
description = "Node.js bindings for the Revolt software"
authors = ["Paul Makles <me@insrt.uk>"]
license = "MIT"
@@ -20,5 +20,5 @@ serde = { version = "1", features = ["derive"] }
async-std = "1.12.0"
revolt-result = { version = "0.7.15", path = "../../core/result" }
revolt-database = { version = "0.7.15", path = "../../core/database" }
revolt-result = { version = "0.7.16", path = "../../core/result" }
revolt-database = { version = "0.7.16", path = "../../core/database" }