diff --git a/Cargo.toml b/Cargo.toml index 46faa886b8..29860835b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-parent" -version = "0.1.3" +version = "0.1.4" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/cargo-pgx/Cargo.toml b/cargo-pgx/Cargo.toml index 04552527f5..33587bae16 100644 --- a/cargo-pgx/Cargo.toml +++ b/cargo-pgx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-pgx" -version = "0.1.3" +version = "0.1.4" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/cargo-pgx/src/templates/cargo_toml b/cargo-pgx/src/templates/cargo_toml index d9666a7381..a42d759de7 100644 --- a/cargo-pgx/src/templates/cargo_toml +++ b/cargo-pgx/src/templates/cargo_toml @@ -15,11 +15,11 @@ pg13 = ["pgx/pg13", "pgx-tests/pg13" ] pg_test = [] [dependencies] -pgx = "0.1.3" -pgx-macros = "0.1.3" +pgx = "0.1.4" +pgx-macros = "0.1.4" [dev-dependencies] -pgx-tests = "0.1.3" +pgx-tests = "0.1.4" [profile.dev] panic = "unwind" diff --git a/pgx-macros/Cargo.toml b/pgx-macros/Cargo.toml index 4be2311f98..abe01c9b67 100644 --- a/pgx-macros/Cargo.toml +++ b/pgx-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-macros" -version = "0.1.3" +version = "0.1.4" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/pgx-pg-sys/Cargo.toml b/pgx-pg-sys/Cargo.toml index 1655d4805f..05170a2d35 100644 --- a/pgx-pg-sys/Cargo.toml +++ b/pgx-pg-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-pg-sys" -version = "0.1.3" +version = "0.1.4" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/pgx-tests/Cargo.toml b/pgx-tests/Cargo.toml index 9b5dd68238..5adaa92e43 100644 --- a/pgx-tests/Cargo.toml +++ b/pgx-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-tests" -version = "0.1.3" +version = "0.1.4" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/pgx-utils/Cargo.toml b/pgx-utils/Cargo.toml index 675e0fc33c..bece826c5e 100644 --- a/pgx-utils/Cargo.toml +++ b/pgx-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-utils" -version = "0.1.3" +version = "0.1.4" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/pgx/Cargo.toml b/pgx/Cargo.toml index c266adad25..ca0a2c7b10 100644 --- a/pgx/Cargo.toml +++ b/pgx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx" -version = "0.1.3" +version = "0.1.4" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT"