diff --git a/pg_later/Cargo.toml b/pg_later/Cargo.toml index 5d60ce007..c6b5d8a1c 100644 --- a/pg_later/Cargo.toml +++ b/pg_later/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_later" -version = "0.0.1" +version = "0.0.2" edition = "2021" publish = false diff --git a/pg_later/Trunk.toml b/pg_later/Trunk.toml index a0cf382f2..459ebdf90 100644 --- a/pg_later/Trunk.toml +++ b/pg_later/Trunk.toml @@ -1,7 +1,7 @@ [extension] repository = "https://github.com/tembo-io/tembo/tree/main/pg_later" license = "Apache 2.0" -description = "Message queue for PostgreSQL" +description = "Execute SQL statements now and check the results later." homepage = "https://github.com/tembo-io/tembo/tree/main/pg_later" documentation = "https://github.com/tembo-io/tembo/tree/main/pg_later" categories = ["orchestration"]