From 8f2502f6da9b2b856ba25aefcbdc8ac59b19c331 Mon Sep 17 00:00:00 2001 From: findhumane Date: Sun, 17 Mar 2024 16:19:02 -0500 Subject: [PATCH] chore: release 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0d51e3..09385a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-threaded-downloader", - "version": "0.1.0", + "version": "0.2.0", "description": "Perform HTTP requests on separate native asynchronous threads and then call back to a promise", "main": "lib/commonjs/index", "module": "lib/module/index",