From 9dddb099721e7417d265863c4fcf7e8e6744d55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 25 Jun 2018 23:17:29 +0300 Subject: [PATCH] Bump the version since we changed ircbot.js and want to distribute the changes to our users --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14d60c8..81b3343 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bf-gir", - "version": "1.0.0", + "version": "1.0.1", "description": "Optimizing brainfuck interpreter", "main": "gir.js", "scripts": {