Skip to content

Commit 0f91c4e

Browse files
committed
[js] Bump version numbers
1 parent e60119f commit 0f91c4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nqp-js-on-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.28.0",
2+
"version": "0.29.0",
33
"name": "nqp-js-on-js",
44
"bin": {
55
"nqp-js-on-js": "nqp-bootstrapped.js"
@@ -15,6 +15,6 @@
1515
}
1616
],
1717
"dependencies": {
18-
"nqp-runtime": "0.28.0"
18+
"nqp-runtime": "0.29.0"
1919
}
2020
}

src/vm/js/nqp-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nqp-runtime",
3-
"version": "0.28.0",
3+
"version": "0.29.0",
44
"description": "the runtime for the js backend for nqp",
55
"bugs": {
66
"url:": "https://github.com/perl6/nqp/issues",

0 commit comments

Comments
 (0)