Skip to content

Commit

Permalink
chore: bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 26, 2024
1 parent bfaff92 commit b6e3004
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
authors = [
"Tsiry Sandratraina <tsiry.sndr@fluentci.io>"
"Tsiry Sandratraina <tsiry.sndr@fluentci.io>",
]
description = "Set up your CI/CD Pipeline with sqruff installed"
edition = "2021"
license = "MIT"
name = "sqruff"
version = "0.1.0"
version = "0.1.1"

[lib]
crate-type = [
"cdylib"
"cdylib",
]

[dependencies]
anyhow = "1.0.82"
extism-pdk = "1.1.0"
fluentci-pdk = "0.1.9"
fluentci-pdk = "0.1.9"
2 changes: 1 addition & 1 deletion 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/sqruff@v0.1.0?wasm=1", "setup", vec!["latest"])?;
dag().call("https://pkg.fluentci.io/sqruff@v0.1.1?wasm=1", "setup", vec!["latest"])?;
```

## 📚 Examples
Expand Down
2 changes: 1 addition & 1 deletion fluentci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [
description = "CI/CD Plugin for Sqruff"
license = "MIT"
name = "sqruff"
version = "0.1.0"
version = "0.1.1"

0 comments on commit b6e3004

Please sign in to comment.