Skip to content

Commit

Permalink
[mariadb] bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 13, 2024
1 parent fcebd54 commit 7ffd2f5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 mariadb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "MariaDB plugin for FluentCI"
edition = "2021"
license = "MIT"
name = "mariadb"
version = "0.1.0"
version = "0.1.1"

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

## 📚 Examples
Expand Down
2 changes: 1 addition & 1 deletion mariadb/fluentci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ keywords = [
]
license = "MIT"
name = "mariadb"
version = "0.1.0"
version = "0.1.1"
2 changes: 1 addition & 1 deletion mysql/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/mysql@v0.1.0?wasm=1", "start", vec![])?;
dag().call("https://pkg.fluentci.io/mysql@v0.1.1?wasm=1", "start", vec![])?;
```

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

0 comments on commit 7ffd2f5

Please sign in to comment.