From c5d321a7df4a45746301e8099d2b630844caa7dd Mon Sep 17 00:00:00 2001 From: "David R. Myers" Date: Fri, 28 May 2021 22:02:37 -0400 Subject: [PATCH] Bump Patch version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90bf21b..d8dae71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@writewithocto/ink", - "version": "v0.2.10", + "version": "v0.2.11", "description": "A plain-text javascript markdown editor that renders formatting live and in-place without the need for a preview pane.", "main": "./dist/cjs/index.js", "module": "./dist/es/index.js",