From 4661518bbc5f235f1ef7647b7b0c9eff385adf41 Mon Sep 17 00:00:00 2001 From: "Eric B. Ridge" Date: Sun, 15 Nov 2020 20:00:50 -0700 Subject: [PATCH] bump version to 0.1.3 --- Cargo.toml | 2 +- cargo-pgx/Cargo.toml | 2 +- cargo-pgx/src/templates/cargo_toml | 6 +++--- pgx-macros/Cargo.toml | 2 +- pgx-pg-sys/Cargo.toml | 2 +- pgx-tests/Cargo.toml | 2 +- pgx-utils/Cargo.toml | 2 +- pgx/Cargo.toml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) 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"