From 98f0cada04bfe1e00be8352096da7ff53cd07ca4 Mon Sep 17 00:00:00 2001 From: "Daniel W. Barowy" Date: Fri, 2 Apr 2021 12:34:32 -0400 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a92a81d..6cee130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pants", - "version": "1.2.0", + "version": "1.2.1", "description": "pants is a PArser combinator library, iN TypeScript", "main": "./lib/index.js", "types": "./lib/index.d.ts",