From 118067adb2c68f489699b0ef5db78cb3e78d90ca Mon Sep 17 00:00:00 2001 From: Lily Rose Date: Sat, 26 Jul 2025 01:26:04 +1000 Subject: [PATCH] Bump version to v1.0.1 --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index f3e8366..fd7cec2 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "kicad_sexpr" -version = "1.0.0" +version = "1.0.1" description = "A gleam library for parsing kicad footprint files and symbol libraries" licences = ["MIT"] repository = { type = "forgejo", host = "git.7cs.dev", user = "lily", repo = "gleam-kicad-sexpr" }