From 5d76e8c97d3a0de33e5f05cff0e1050c56c1f2b4 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 22 Nov 2024 05:35:00 +0000 Subject: [PATCH] chore(pkg): bump version --- pesde.toml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pesde.toml b/pesde.toml index 06662ae..5949200 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,15 +1,10 @@ name = "0x5eal/semver" -version = "0.1.0" +version = "0.1.1" description = "Strongly typed semver (https://semver.org) parser for Luau" authors = ["Erica Marigold "] repository = "https://github.com/0x5eal/semver-luau.git" license = "MIT" -includes = [ - "lib", - "pesde.toml", - "README.md", - "LICENSE.md", -] +includes = ["lib", "pesde.toml", "README.md", "LICENSE.md"] [scripts] test = ".lune/test"