diff --git a/package-lock.json b/package-lock.json index ceafebfe..80ca3107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "slate-remark", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3a5f154d..880d93f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slate-remark", - "version": "0.1.2", + "version": "0.1.3", "description": "remark plugin to transform remark synthax tree (mdast) to slate document tree, and also slate to remark.", "main": "lib/index.js", "types": "lib/index.d.ts",