Skip to content

Commit d3fa8fe

Browse files
committed
Release 0.3.6
1 parent 0bc4ba4 commit d3fa8fe

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

dist/cli.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Queue mode stays explicit:
119119
For a project that is already initialized:
120120

121121
```bash
122-
npm install -g @clawplays/ospec-cli@0.3.5
122+
npm install -g @clawplays/ospec-cli@0.3.6
123123
ospec update [path]
124124
```
125125

docs/usage.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ospec run step [path]
113113
如果是已经初始化过的项目:
114114

115115
```bash
116-
npm install -g @clawplays/ospec-cli@0.3.5
116+
npm install -g @clawplays/ospec-cli@0.3.6
117117
ospec update [path]
118118
```
119119

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clawplays/ospec-cli",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "CLI tool for enforcing ospec workflow",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)