From 80ed40e7ec24fa5b88894b4f6725a62d0e2806f0 Mon Sep 17 00:00:00 2001 From: John Haugeland Date: Mon, 16 Oct 2017 12:55:03 -0700 Subject: [PATCH] Stray punctuation in readme. Bumping to see what happens to scores --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b67f84fe..273beb5f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A Javascript state machine with a terse DSL and a simple API. Well tested, and [Try it live!](https://stonecypher.github.io/jssm-viz-demo/graph_explorer.html) -Language test cases for Belorussian, English, German, Hebrew, Italian, Russian, Spanish, Ukrainian, and Emoji. Please help make sure your language is well handled!. +Language test cases for Belorussian, English, German, Hebrew, Italian, Russian, Spanish, Ukrainian, and Emoji. Please help make sure your language is well handled!
diff --git a/package.json b/package.json index 2383b602..8cb47882 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jssm", - "version": "5.11.3", + "version": "5.11.4", "engines": { "node": ">=6.0.0" },