From 734dd60ae483685b51dfbd6b4a4cee4dd51ddffa Mon Sep 17 00:00:00 2001 From: YaMoef Date: Sat, 12 Oct 2024 21:04:21 +0200 Subject: [PATCH] fix(Affine): set version to 1.0.0 --- recipes/affine/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/affine/package.json b/recipes/affine/package.json index ad213dd81..953bd1569 100644 --- a/recipes/affine/package.json +++ b/recipes/affine/package.json @@ -1,7 +1,7 @@ { "id": "affine", "name": "Affine", - "version": "1.0.1", + "version": "1.0.0", "license": "MIT", "config": { "hasCustomUrl": true,