Skip to content

Commit

Permalink
fix compiler error in windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
ekibun committed Jan 10, 2021
1 parent e8ba970 commit 8e950c5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cxx/quickjs
Submodule quickjs updated 1 files
+4 −2 quickjs.c
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 8e950c5

Please sign in to comment.