From 6dea97a07d69115d4cc1f0c66d25660d18a3b72b Mon Sep 17 00:00:00 2001 From: edloidas Date: Sun, 4 Jun 2017 16:54:57 +0300 Subject: [PATCH] :package: Prepare `v2.3.1` release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9496325..dc1351b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roll-parser", - "version": "2.3.0", + "version": "2.3.1", "description": "Parser for classic (2d6+1), simple (2 6 1), and WoD (4d10!>6f1) dice rolls.", "main": "index.js", "bin": "bin/roll-parser.js",