From 389c994caa0b27b12ba5f18297f58f45482757df Mon Sep 17 00:00:00 2001 From: Muhammad Mustadi Date: Sat, 4 May 2019 07:49:51 +0700 Subject: [PATCH] v1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39a12c1..ea1c8ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rehooks/online-status", - "version": "1.1.1", + "version": "1.1.2", "description": "React hook for subscribing to `online`/`offline` events and the `navigator.onLine` property to see current status", "main": "src/index.js", "repository": "https://github.com/rehooks/online-status",