Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayko001 committed Feb 8, 2024
1 parent 5b4c876 commit b9f1c6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orb_fdw"
version = "0.0.1"
version = "0.0.2"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a simple open-source data wrapper that bridges the gap between your Post

### Pre-requisistes

- have the v0.0.1 of `orb_fdw` extension enabled in your instance
- have the v0.0.2 of `orb_fdw` extension enabled in your instance

Create the foreign data wrapper:

Expand Down
2 changes: 1 addition & 1 deletion Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Postgres Foreign Data Wrapper for withorb.com Backend API"
homepage = "https://github.com/tembo-io/orb_fdw"
documentation = "https://github.com/tembo-io/orb_fdw"
categories = ["connectors"]
version = "0.0.1"
version = "0.0.2"

[build]
postgres_version = "15"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fn body_to_rows(
}

#[wrappers_fdw(
version = "0.0.1",
version = "0.0.2",
author = "Jay",
website = "https://github.com/",
error_type = "OrbFdwError"
Expand Down

0 comments on commit b9f1c6f

Please sign in to comment.