Skip to content

Commit f60954c

Browse files
committed
Update to v0.28.2
1 parent 901b1c2 commit f60954c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
matrix:
3939
os: [ubuntu-latest, windows-latest]
40-
node-version: ['18.x']
40+
node-version: ['24']
4141

4242
runs-on: ${{ matrix.os }}
4343

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "matlab-proxy"
9-
version = "0.28.1"
9+
version = "0.28.2"
1010
description = "Python® package enables you to launch MATLAB® and access it from a web browser."
1111
readme = "README.md"
1212
license = "LicenseRef-MATHWORKS-CLOUD-REFERENCE-ARCHITECTURE-LICENSE"

0 commit comments

Comments
 (0)