From 1aedf91905d97751067a8e1e4cef61f6b632a146 Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Mon, 19 Jul 2021 05:42:55 +0300 Subject: [PATCH] 2.0.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee5efc9..5a0a7d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "atom-haskell-utils", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6a184eb..cf86f34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atom-haskell-utils", - "version": "2.0.1", + "version": "2.0.2", "description": "Various utility functions utilized by atom-haskell packages", "main": "./lib/util.js", "types": "./lib/util.d.ts",