From ce0cfb41527ca0ca2d89d0ca5f2f831c75e1390d Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 25 Apr 2024 15:59:18 -1000 Subject: [PATCH] chore: :bug: Remove the -dev from package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3c31b3a..73c9dee0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lysand", "module": "index.ts", "type": "module", - "version": "0.5-dev", + "version": "0.5.0", "description": "A project to build a federated social network", "author": { "email": "contact@cpluspatch.com",