Skip to content

Commit 2684b9f

Browse files
committed
fix: maybe fix gd version shields.io
1 parent 055128e commit 2684b9f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "geode-index"
3-
version = "0.53.1"
3+
version = "0.53.2"
44
edition = "2024"
55

66
[dependencies]

src/endpoints/mod_status_badge.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub async fn status_badge(
7878
"https://img.shields.io/badge/dynamic/json?url={}&query={}&label={}&labelColor={}&color={}&link={}&style=plastic&logo={}",
7979
urlencoding::encode(&api_url),
8080
urlencoding::encode(stat),
81-
label,
81+
urlencoding::encode(label),
8282
urlencoding::encode(LABEL_COLOR),
8383
urlencoding::encode(STAT_COLOR),
8484
urlencoding::encode(&mod_link),

src/openapi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ use crate::{endpoints, types};
9090
),
9191
info(
9292
title = "Geode Index API",
93-
version = "0.53.1",
93+
version = "0.53.2",
9494
description = "API for the Geode mod index",
9595
contact(
9696
name = "Geode Team",

0 commit comments

Comments
 (0)