diff options
| author | Fuwn <[email protected]> | 2024-05-31 00:28:29 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-05-31 00:42:32 +0000 |
| commit | a148357cb447f32a4d396b37f2d83f90f0aafea6 (patch) | |
| tree | 0e16bf3d13229cf0c5689d28d27d140c291c771a | |
| parent | deps(gleam): bump gleam to 0.1.2 (diff) | |
| download | mayu-0.1.5.tar.xz mayu-0.1.5.zip | |
docs(mayu): bump mayu to 0.1.5v0.1.5
| -rw-r--r-- | .github/workflows/check.yaml | 5 | ||||
| -rw-r--r-- | gleam.toml | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 83ec561..c3d5378 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -1,21 +1,18 @@ name: Check - on: push: branches: - main pull_request: - jobs: check: runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: "26.1" - gleam-version: "1.1.0" + gleam-version: "1.2.0" rebar3-version: "3" # elixir-version: "1.15.4" - run: gleam deps download @@ -2,7 +2,7 @@ # https://gleam.run/writing-gleam/gleam-toml/. name = "mayu" -version = "0.1.4" +version = "0.1.5" gleam = ">= 1.2.0" description = "Moe-Counter Compatible Website Hit Counter" licenses = ["GPL-3.0-only"] |