Skip to content

Commit 1d6af8b

Browse files
committed
update version to 0.1.6
1 parent 2e9fd2e commit 1d6af8b

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgx-parent"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["ZomboDB, LLC <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

cargo-pgx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-pgx"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["ZomboDB, LLC <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

cargo-pgx/src/templates/cargo_toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ pg13 = ["pgx/pg13", "pgx-tests/pg13" ]
1515
pg_test = []
1616

1717
[dependencies]
18-
pgx = "0.1.5"
19-
pgx-macros = "0.1.5"
18+
pgx = "0.1.6"
19+
pgx-macros = "0.1.6"
2020

2121
[dev-dependencies]
22-
pgx-tests = "0.1.5"
22+
pgx-tests = "0.1.6"
2323

2424
[profile.dev]
2525
panic = "unwind"

pgx-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgx-macros"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["ZomboDB, LLC <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

pgx-pg-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgx-pg-sys"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["ZomboDB, LLC <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

pgx-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgx-tests"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["ZomboDB, LLC <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

pgx-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgx-utils"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["ZomboDB, LLC <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

pgx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgx"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["ZomboDB, LLC <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)