diff --git a/Cargo.toml b/Cargo.toml index 159a9afe5..23cc601ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-parent" -version = "0.1.1" +version = "0.1.2" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/cargo-pgx/Cargo.toml b/cargo-pgx/Cargo.toml index b59223f82..1d417c3e5 100644 --- a/cargo-pgx/Cargo.toml +++ b/cargo-pgx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-pgx" -version = "0.1.1" +version = "0.1.2" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/cargo-pgx/src/templates/cargo_toml b/cargo-pgx/src/templates/cargo_toml index 53592651e..3328b66d2 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.1" -pgx-macros = "0.1.1" +pgx = "0.1.2" +pgx-macros = "0.1.2" [dev-dependencies] -pgx-tests = "0.1.1" +pgx-tests = "0.1.2" [profile.dev] panic = "unwind" diff --git a/pgx-macros/Cargo.toml b/pgx-macros/Cargo.toml index ff5709ce1..1f09dc560 100644 --- a/pgx-macros/Cargo.toml +++ b/pgx-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-macros" -version = "0.1.1" +version = "0.1.2" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/pgx-pg-sys/Cargo.toml b/pgx-pg-sys/Cargo.toml index c7f94b7de..bdc760ff8 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.1" +version = "0.1.2" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/pgx-tests/Cargo.toml b/pgx-tests/Cargo.toml index 724d8207d..80a1470d2 100644 --- a/pgx-tests/Cargo.toml +++ b/pgx-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-tests" -version = "0.1.1" +version = "0.1.2" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/pgx-utils/Cargo.toml b/pgx-utils/Cargo.toml index 2dcd305e5..bfa117f76 100644 --- a/pgx-utils/Cargo.toml +++ b/pgx-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-utils" -version = "0.1.1" +version = "0.1.2" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/pgx/Cargo.toml b/pgx/Cargo.toml index 2d0cfdad2..0a1198c44 100644 --- a/pgx/Cargo.toml +++ b/pgx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx" -version = "0.1.1" +version = "0.1.2" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT"