Skip to content

Commit fa936f5

Browse files
committed
Release v0.1.1
1 parent 2700c4d commit fa936f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/js.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const {
7878
const FENGARI_INTEROP_VERSION_MAJOR = "0";
7979
const FENGARI_INTEROP_VERSION_MINOR = "1";
8080
const FENGARI_INTEROP_VERSION_NUM = 1;
81-
const FENGARI_INTEROP_VERSION_RELEASE = "0";
81+
const FENGARI_INTEROP_VERSION_RELEASE = "1";
8282
const FENGARI_INTEROP_VERSION = FENGARI_INTEROP_VERSION_MAJOR + "." + FENGARI_INTEROP_VERSION_MINOR;
8383
const FENGARI_INTEROP_RELEASE = FENGARI_INTEROP_VERSION + "." + FENGARI_INTEROP_VERSION_RELEASE;
8484

0 commit comments

Comments
 (0)