Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ttt43ttt committed Oct 3, 2023
1 parent 1ceeeda commit dc8ac8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: '20.x'
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access=public
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techstark/opencv-js",
"version": "4.8.0-release.5",
"version": "4.8.0-release.6",
"description": "OpenCV JavaScript version for node.js or browser",
"main": "dist/opencv.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit dc8ac8e

Please sign in to comment.