Skip to content

Commit

Permalink
chore(postgres): bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 30, 2024
1 parent 10b327f commit a5767e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Postgres plugin for FluentCI"
edition = "2021"
license = "MIT"
name = "postgres"
version = "0.1.7"
version = "0.1.8"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use fluentci_pdk::dag;

// ...

dag().call("https://pkg.fluentci.io/[email protected].7?wasm=1", "start", vec![])?;
dag().call("https://pkg.fluentci.io/[email protected].8?wasm=1", "start", vec![])?;
```

## 📚 Examples
Expand Down
2 changes: 1 addition & 1 deletion postgres/fluentci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description = "Postgres Plugin for FluentCI"
keywords = ["postgres"]
license = "MIT"
name = "postgres"
version = "0.1.7"
version = "0.1.8"

0 comments on commit a5767e7

Please sign in to comment.