From ed0bef5e2714a948450b78073cc1692706ecb705 Mon Sep 17 00:00:00 2001 From: liaoxuan Date: Fri, 17 Nov 2023 15:10:45 +0800 Subject: [PATCH] 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0270fb4..19c4af9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-pull-to-refreshify", - "version": "0.0.3", + "version": "0.1.0", "description": "A simple react pull-to-refresh component with 0 dependencies. Its API design is similar to Ant Design Mobile, but it is more customizable and only 2kb after compression, suitable for both Mobile and Desktop.", "author": "liaoliao666", "repository": "HuolalaTech/react-pull-to-refreshify",