diff --git a/Cargo.lock b/Cargo.lock index c3f83ba9..2ea96f8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2102,7 +2102,7 @@ dependencies = [ [[package]] name = "sqlx-ts" -version = "0.11.0" +version = "0.11.1" dependencies = [ "assert_cmd", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 9d2e7d5f..b00a23ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlx-ts" -version = "0.11.0" +version = "0.11.1" edition = "2021" homepage = "https://github.com/JasonShin/sqlx-ts" authors = ['Jason Shin '] diff --git a/node/package-lock.json b/node/package-lock.json index 94e27336..e6f4223f 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -1,12 +1,12 @@ { "name": "sqlx-ts", - "version": "0.11.0", + "version": "0.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sqlx-ts", - "version": "0.11.0", + "version": "0.11.1", "hasInstallScript": true, "license": "MIT", "bin": { diff --git a/node/package.json b/node/package.json index dc8c3b12..65b66532 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "sqlx-ts", - "version": "0.11.0", + "version": "0.11.1", "description": "sqlx-ts ensures your raw SQLs are compile-time checked", "main": "dist/index.js", "maintainers": [