File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- UNRELEASED
1+ 0.1.1 - 2018-04-03
22
33 - createproxy with function type no longer has .prototype field
44 - No longer attach Symbol to built-in prototypes.
Original file line number Diff line number Diff line change 11{
22 "name" : " fengari-interop" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " JS library for Fengari" ,
55 "author" : " Daurnimator <quae@daurnimator.com>" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const {
7878const FENGARI_INTEROP_VERSION_MAJOR = "0" ;
7979const FENGARI_INTEROP_VERSION_MINOR = "1" ;
8080const FENGARI_INTEROP_VERSION_NUM = 1 ;
81- const FENGARI_INTEROP_VERSION_RELEASE = "0 " ;
81+ const FENGARI_INTEROP_VERSION_RELEASE = "1 " ;
8282const FENGARI_INTEROP_VERSION = FENGARI_INTEROP_VERSION_MAJOR + "." + FENGARI_INTEROP_VERSION_MINOR ;
8383const FENGARI_INTEROP_RELEASE = FENGARI_INTEROP_VERSION + "." + FENGARI_INTEROP_VERSION_RELEASE ;
8484
You can’t perform that action at this time.
0 commit comments