⭐ Moe-Counter Compatible Website Hit Counter Written in Gleam mayu.due.moe
hit-counter svg moe
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(mayu): bump mayu to 0.1.5

Fuwn a148357c 68133a7c

+2 -5
+1 -4
.github/workflows/check.yaml
··· 1 1 name: Check 2 - 3 2 on: 4 3 push: 5 4 branches: 6 5 - main 7 6 pull_request: 8 - 9 7 jobs: 10 8 check: 11 9 runs-on: ubuntu-latest 12 - 13 10 steps: 14 11 - uses: actions/checkout@v4 15 12 - uses: erlef/setup-beam@v1 16 13 with: 17 14 otp-version: "26.1" 18 - gleam-version: "1.1.0" 15 + gleam-version: "1.2.0" 19 16 rebar3-version: "3" 20 17 # elixir-version: "1.15.4" 21 18 - run: gleam deps download
+1 -1
gleam.toml
··· 2 2 # https://gleam.run/writing-gleam/gleam-toml/. 3 3 4 4 name = "mayu" 5 - version = "0.1.4" 5 + version = "0.1.5" 6 6 gleam = ">= 1.2.0" 7 7 description = "Moe-Counter Compatible Website Hit Counter" 8 8 licenses = ["GPL-3.0-only"]