Skip to content

Commit 79e6078

Browse files
committed
version: bump to 0.61.x
1 parent 834dcd1 commit 79e6078

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "porffor",
33
"description": "An ahead-of-time JavaScript compiler",
4-
"version": "0.60.31",
4+
"version": "0.61.0",
55
"author": "Oliver Medhurst <honk@goose.icu>",
66
"license": "MIT",
77
"scripts": {},

runtime/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
import fs from 'node:fs';
3-
globalThis.version = '0.60.31';
3+
globalThis.version = '0.61.0';
44

55
// deno compat
66
if (typeof process === 'undefined' && typeof Deno !== 'undefined') {

0 commit comments

Comments
 (0)