Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daurnimator committed Apr 3, 2018
1 parent 2700c4d commit fa936f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
UNRELEASED
0.1.1 - 2018-04-03

- createproxy with function type no longer has .prototype field
- No longer attach Symbol to built-in prototypes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fengari-interop",
"version": "0.1.0",
"version": "0.1.1",
"description": "JS library for Fengari",
"author": "Daurnimator <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const {
const FENGARI_INTEROP_VERSION_MAJOR = "0";
const FENGARI_INTEROP_VERSION_MINOR = "1";
const FENGARI_INTEROP_VERSION_NUM = 1;
const FENGARI_INTEROP_VERSION_RELEASE = "0";
const FENGARI_INTEROP_VERSION_RELEASE = "1";
const FENGARI_INTEROP_VERSION = FENGARI_INTEROP_VERSION_MAJOR + "." + FENGARI_INTEROP_VERSION_MINOR;
const FENGARI_INTEROP_RELEASE = FENGARI_INTEROP_VERSION + "." + FENGARI_INTEROP_VERSION_RELEASE;

Expand Down

0 comments on commit fa936f5

Please sign in to comment.