diff --git a/Cargo.lock b/Cargo.lock index 09c4084b..9063ca36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2156,7 +2156,7 @@ dependencies = [ [[package]] name = "sqlx-ts" -version = "0.8.0" +version = "0.8.1" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7f493e91..6fa71227 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlx-ts" -version = "0.8.0" +version = "0.8.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 7a53aa0f..a6ed4b93 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -1,12 +1,12 @@ { "name": "sqlx-ts", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sqlx-ts", - "version": "0.8.0", + "version": "0.8.1", "hasInstallScript": true, "license": "MIT", "bin": { diff --git a/node/package.json b/node/package.json index 4a87e04e..6b93f563 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "sqlx-ts", - "version": "0.8.0", + "version": "0.8.1", "description": "sqlx-ts ensures your raw SQLs are compile-time checked", "main": "dist/index.js", "maintainers": [