diff --git a/Cargo.toml b/Cargo.toml index 23cc601ce..46faa886b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-parent" -version = "0.1.2" +version = "0.1.3" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/cargo-pgx/Cargo.toml b/cargo-pgx/Cargo.toml index 1d417c3e5..04552527f 100644 --- a/cargo-pgx/Cargo.toml +++ b/cargo-pgx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-pgx" -version = "0.1.2" +version = "0.1.3" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/cargo-pgx/src/templates/cargo_toml b/cargo-pgx/src/templates/cargo_toml index 3328b66d2..d9666a738 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.2" -pgx-macros = "0.1.2" +pgx = "0.1.3" +pgx-macros = "0.1.3" [dev-dependencies] -pgx-tests = "0.1.2" +pgx-tests = "0.1.3" [profile.dev] panic = "unwind" diff --git a/pgx-macros/Cargo.toml b/pgx-macros/Cargo.toml index 1f09dc560..4be2311f9 100644 --- a/pgx-macros/Cargo.toml +++ b/pgx-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-macros" -version = "0.1.2" +version = "0.1.3" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/pgx-pg-sys/Cargo.toml b/pgx-pg-sys/Cargo.toml index bdc760ff8..1655d4805 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.2" +version = "0.1.3" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/pgx-tests/Cargo.toml b/pgx-tests/Cargo.toml index 80a1470d2..9b5dd6823 100644 --- a/pgx-tests/Cargo.toml +++ b/pgx-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-tests" -version = "0.1.2" +version = "0.1.3" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/pgx-utils/Cargo.toml b/pgx-utils/Cargo.toml index bfa117f76..675e0fc33 100644 --- a/pgx-utils/Cargo.toml +++ b/pgx-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-utils" -version = "0.1.2" +version = "0.1.3" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/pgx/Cargo.toml b/pgx/Cargo.toml index 0a1198c44..c266adad2 100644 --- a/pgx/Cargo.toml +++ b/pgx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx" -version = "0.1.2" +version = "0.1.3" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT"