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 152a6c1 commit cba8d34
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 a specific version of Purescript"
edition = "2021"
license = "MIT"
name = "purescript"
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"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Purescript Plugin

[![fluentci pipeline](https://shield.fluentci.io/x/purescript)](https://pkg.fluentci.io/purescript)
[![ci](https://github.com/fluentci-io/purescript-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/fluentci-io/purescript-plugin/actions/workflows/ci.yml)

This plugin sets up your CI/CD pipeline with a specific version of [purescript](https://www.purescript.org/).
Expand Down Expand Up @@ -43,7 +44,7 @@ use fluentci_pdk::dag;

// ...

dag().call("https://pkg.fluentci.io/purescript@v0.1.0?wasm=1", "setup", vec!["latest"])?;
dag().call("https://pkg.fluentci.io/purescript@v0.1.1?wasm=1", "setup", vec!["latest"])?;
```

## 📚 Examples
Expand All @@ -60,7 +61,6 @@ Github Actions:
setup
- name: Show purescript version
run: |
export PATH=${HOME}/.bun/bin:${PATH}
type purs
type spago
purs --version
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 PureScript"
license = "MIT"
name = "purescript"
version = "0.1.0"
version = "0.1.1"

0 comments on commit cba8d34

Please sign in to comment.