From 7dc09f8063ce3909a2bf9613fa2c1ce9778a2fc8 Mon Sep 17 00:00:00 2001 From: ELLIOTTCABLE Date: Thu, 2 Aug 2018 19:56:13 -0500 Subject: [PATCH] =?UTF-8?q?(meta=20CI)=20Who's=20moving=20semver-backwards?= =?UTF-8?q?=3F=20Not=20me=20=F0=9F=A4=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsconfig.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsconfig.json b/bsconfig.json index 96c5eb9..c634ec3 100644 --- a/bsconfig.json +++ b/bsconfig.json @@ -1,6 +1,6 @@ { "name": "@elliottcable/bs-sedlex", - "version": "1.99.4", + "version": "1.99.4-pre.1", "sources": [ { "dir": "src/lib" diff --git a/package.json b/package.json index 68bdf0b..c86bb35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elliottcable/bs-sedlex", - "version": "1.99.4", + "version": "1.99.4-pre.1", "description": "An OCaml lexer generator for Unicode", "main": "index.js", "directories": {