diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be4be5..cf714c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ * @LastEditTime: 2020-12-02 11:36:40 --> +## 0.2.3 + +* fix compiler error in windows release. + ## 0.2.2 * add option to change max stack size. diff --git a/cxx/quickjs b/cxx/quickjs index fc5dca5..16e640b 160000 --- a/cxx/quickjs +++ b/cxx/quickjs @@ -1 +1 @@ -Subproject commit fc5dca513b3b6a5e1cbe9da24fbd8491887bdc0d +Subproject commit 16e640b3dcfe8a4fb1845b9e961b8e42bf56af81 diff --git a/example/pubspec.lock b/example/pubspec.lock index d608348..fd9c5e9 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -82,7 +82,7 @@ packages: path: ".." relative: true source: path - version: "0.2.2" + version: "0.2.3" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 4a3b182..c5687ac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_qjs description: This plugin is a simple js engine for flutter using the `quickjs` project. Plugin currently supports all the platforms except web! -version: 0.2.2 +version: 0.2.3 homepage: https://github.com/ekibun/flutter_qjs environment: