From daef6a0c0938afa7f7f97f831d0f42cefccf9053 Mon Sep 17 00:00:00 2001 From: Cansin Yildiz Date: Fri, 8 May 2020 23:13:25 +0300 Subject: [PATCH] 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 361703f..911d9b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-navigator-online", - "version": "0.0.1", + "version": "0.1.0", "description": "React Hooks to detect when your browser is online/offline.", "main": "index.js", "private": false,