From fc33a076dbde52444bdd82c4d033167e3cecdb0b Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Mon, 10 Jun 2024 12:44:27 -0500 Subject: [PATCH] chore: prepare v1.0.0 --- spago.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spago.yaml b/spago.yaml index 07470c9..688ebba 100644 --- a/spago.yaml +++ b/spago.yaml @@ -5,7 +5,7 @@ package: strict: true pedanticPackages: true publish: - version: '1.0.3' + version: '1.0.0' license: 'GPL-3.0-or-later' location: githubOwner: 'cakekindel'