Skip to content

Commit eee0365

Browse files
committed
feat: Update name and version
1 parent 4f36ba7 commit eee0365

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: "Determine version"
5656
run: |
5757
npm install
58-
VERSION=0.0.0-nightly
58+
VERSION="0.0.0-nightly.$(date +%Y%m%d)"
5959
echo "VERSION=$VERSION" >> $GITHUB_ENV
6060
if [[ $VERSION != *nightly* ]]; then
6161
echo "Building release v$VERSION ...";

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "wabt-ukassel",
2+
"name": "@ds-ukassel/wabt.js",
33
"description": "JavaScript version of WABT, The WebAssembly Binary Toolkit.",
4-
"version": "1.0.37",
4+
"version": "0.0.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

wabt

0 commit comments

Comments
 (0)