chore(pkg): bump version

This commit is contained in:
Erica Marigold 2024-11-22 05:35:00 +00:00
parent 8a89d50590
commit 5d76e8c97d

View file

@ -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 <hi@devcomp.xyz>"]
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"