Skip to content

Commit 459301c

Browse files
committed
js: Use 1.0.0-rc.0 version for a pre-release
This commit will be reverted later
1 parent 670b77e commit 459301c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'master'
7+
- 'nextver'
78
paths-ignore:
89
- '*.md'
910

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meshoptimizer",
3-
"version": "1.0.0",
3+
"version": "1.0.0-rc.0",
44
"description": "Mesh optimization library that makes meshes smaller and faster to render",
55
"author": "Arseny Kapoulkine",
66
"license": "MIT",

0 commit comments

Comments
 (0)