Files
servo/support/openharmony/entry/oh-package.json5
Jonathan Schwender 0fa84df099 servoshell: Bump version number to 0.0.4 (#41589)
In preparation for the next release.

Testing: Not required

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
2025-12-31 22:00:25 +00:00

13 lines
276 B
Plaintext

{
"license": "Apache-2.0",
"devDependencies": {},
"author": "",
"name": "servoshell",
"description": "Please describe the basic information.",
"main": "",
"version": "0.0.4",
"dependencies": {
"libservoshell.so": "file:./src/main/cpp/types/libentry"
}
}