V1.1.2 test.
Some checks failed
ci/woodpecker/push/package-deploy Pipeline was successful
ci/woodpecker/tag/package-deploy Pipeline failed

This commit is contained in:
minecraftchest1@outlook.com 2025-01-13 14:44:07 -06:00
parent cdb643349b
commit 4a6d95d3b3
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
when: when:
- event: push - event: [ push, tag ]
branch: main branch: main
steps: steps:

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "dnscode_MINECRAFTCHEST1" name = "dnscode_MINECRAFTCHEST1"
version = "1.1.1" version = "1.1.2"
authors = [ authors = [
{ name="Minecraftchest1", email="me@minec1.us" }, { name="Minecraftchest1", email="me@minec1.us" },
] ]