diff --git a/Cargo.lock b/Cargo.lock index e89a913d..a1079a80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1975,7 +1975,7 @@ dependencies = [ [[package]] name = "sqlx-ts" -version = "0.3.2" +version = "0.4.0" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2923c71a..bcfb5dfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlx-ts" -version = "0.3.2" +version = "0.4.0" edition = "2021" homepage = "https://github.com/JasonShin/sqlx-ts" authors = ['Jason Shin '] diff --git a/node/package.json b/node/package.json index ee03110f..933a2f0b 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "sqlx-ts", - "version": "0.3.2", + "version": "0.4.0", "description": "sqlx-ts ensures your raw SQLs are compile-time checked", "main": "dist/index.js", "maintainers": [