From 52654d6a981f8e52cca1ac848decd0a43a35094a Mon Sep 17 00:00:00 2001 From: "Eric B. Ridge" Date: Sun, 15 Nov 2020 20:24:58 -0700 Subject: [PATCH] bump version to v0.1.4 --- 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 46faa886b..29860835b 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 04552527f..33587bae1 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 d9666a738..a42d759de 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 4be2311f9..abe01c9b6 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 1655d4805..05170a2d3 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 9b5dd6823..5adaa92e4 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 675e0fc33..bece826c5 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 c266adad2..ca0a2c7b1 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"