Skip to content

Commit

Permalink
chore(dragonflydb): bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 19, 2024
1 parent 5c9c3fb commit 7b08beb
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 dragonflydb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Dragonfly plugin for FluentCI"
edition = "2021"
license = "MIT"
name = "dragonflydb"
version = "0.1.1"
version = "0.1.2"

[lib]
crate-type = [
Expand Down
2 changes: 1 addition & 1 deletion dragonflydb/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/dragonflydb@v0.1.0?wasm=1", "start", vec![])?;
dag().call("https://pkg.fluentci.io/dragonflydb@v0.1.2?wasm=1", "start", vec![])?;
```

## 📚 Examples
Expand Down
2 changes: 1 addition & 1 deletion dragonflydb/fluentci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ keywords = [
]
license = "MIT"
name = "dragonflydb"
version = "0.1.1"
version = "0.1.2"

0 comments on commit 7b08beb

Please sign in to comment.