From a9c8d31e81e370e9755dcdd6ba7a51a0a497d47e Mon Sep 17 00:00:00 2001 From: seancannon Date: Mon, 23 Nov 2020 11:29:42 -0800 Subject: [PATCH] 0.7.2 - update readme --- README.md | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 21b4223..2258d49 100644 --- a/README.md +++ b/README.md @@ -486,6 +486,3 @@ expect(prr.isBoolean(['foo'])).toBe(false); expect(prr.isBoolean(false)).toBe(true); ``` ---- -## TODO -* Change the litter box diff --git a/package.json b/package.json index 01660e4..4a8421b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettycats", - "version": "0.7.1", + "version": "0.7.2", "description": "Helpful, common, and curried predicates library built on Ramda.", "main": "dist/prettycats.js", "dependencies": {