Skip to content

Commit b6ce831

Browse files
committed
Update version number to 0.2.0
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent ed8343c commit b6ce831

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
version:
9-
description: 'Version to publish (e.g., 0.17.0)'
9+
description: 'Version to publish (e.g., 0.2.0)'
1010
required: true
1111
type: string
1212
dry-run:

src/js-host-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ You can also trigger the npm publish workflow manually:
645645

646646
1. Go to **Actions****Publish npm packages**
647647
2. Click **Run workflow**
648-
3. Enter the version (e.g., `0.17.0`)
648+
3. Enter the version (e.g., `0.2.0`)
649649
4. Optionally enable **dry-run** to test without publishing
650650

651651
### Setup Requirements

src/js-host-api/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight/js-host-api-linux-x64-gnu",
3-
"version": "0.17.0",
3+
"version": "0.2.0",
44
"os": [
55
"linux"
66
],

src/js-host-api/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight/js-host-api-linux-x64-musl",
3-
"version": "0.17.0",
3+
"version": "0.2.0",
44
"os": [
55
"linux"
66
],

src/js-host-api/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight/js-host-api-win32-x64-msvc",
3-
"version": "0.17.0",
3+
"version": "0.2.0",
44
"os": [
55
"win32"
66
],

src/js-host-api/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js-host-api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight/js-host-api",
3-
"version": "0.17.0",
3+
"version": "0.2.0",
44
"description": "Node.js API bindings for Hyperlight JS",
55
"main": "lib.js",
66
"types": "index.d.ts",
@@ -22,9 +22,9 @@
2222
},
2323
"license": "Apache-2.0",
2424
"optionalDependencies": {
25-
"@hyperlight/js-host-api-linux-x64-gnu": "0.17.0",
26-
"@hyperlight/js-host-api-linux-x64-musl": "0.17.0",
27-
"@hyperlight/js-host-api-win32-x64-msvc": "0.17.0"
25+
"@hyperlight/js-host-api-linux-x64-gnu": "0.2.0",
26+
"@hyperlight/js-host-api-linux-x64-musl": "0.2.0",
27+
"@hyperlight/js-host-api-win32-x64-msvc": "0.2.0"
2828
},
2929
"devDependencies": {
3030
"@eslint/js": "^10.0.1",

0 commit comments

Comments
 (0)