From cb98713f50d1ec6ae4822ab87d1f836a885599b1 Mon Sep 17 00:00:00 2001 From: kekee000 Date: Fri, 6 Jan 2023 13:00:58 +0800 Subject: [PATCH] chore: update readme --- README.md | 2 +- bower.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf590aa..067d11e 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ font.merge(font1, { ### woff2 -**Notice: ** woff2 use wasm build of google woff2, before read and write `woff2`, we should first call `woff2.init()`. +**Notice:** woff2 use wasm build of google woff2, before read and write `woff2`, we should first call `woff2.init()`. ```javascript import {Font, woff2} from 'fonteditor-core'; diff --git a/bower.json b/bower.json index e88aba9..c4c0ca7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "fonteditor-core", - "version": "2.1.2", + "version": "2.1.11", "homepage": "https://github.com/kekee000/fonteditor-core", "authors": [ "kekee000 ",