From f926164ff8e58c379dca6aec4833ceb88d188aaa Mon Sep 17 00:00:00 2001 From: TillaTheHun0 Date: Wed, 23 Aug 2023 21:24:37 +0000 Subject: [PATCH] chore(release): 1.0.0 --- egg.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/egg.json b/egg.json index f65bdb0..f4306fb 100644 --- a/egg.json +++ b/egg.json @@ -5,11 +5,16 @@ "description": "Hyper Storage port adapter for minio and s3", "homepage": "https://github.com/hyper63/hyper-adapter-minio", "repo": "https://github.com/hyper63/hyper-adapter-minio", - "version": "0.0.1", + "version": "1.0.0", "unstable": false, "unlisted": false, - "files": ["./*"], - "ignore": ["./package.json", "./.git*"], + "files": [ + "./*" + ], + "ignore": [ + "./package.json", + "./.git*" + ], "checkFormat": false, "checkTests": false, "checkInstallation": false,