Skip to content

Commit feb1e5d

Browse files
committed
0.2.0
1 parent 24b6373 commit feb1e5d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/hosting-you-own-binary-rocks-Windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ vcpkg install freetype:x64-windows harfbuzz:x64-windows
7878
## Download the source code
7979

8080
```sh
81-
git clone --depth 1 --branch v0.1.0 https://github.com/smbape/lua-opencv.git /d/luarocks-binaries-custom/lua-opencv && \
81+
git clone --depth 1 --branch v0.2.0 https://github.com/smbape/lua-opencv.git /d/luarocks-binaries-custom/lua-opencv && \
8282
cd /d/luarocks-binaries-custom/lua-opencv && \
8383
npm ci
8484
```

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": "opencv_lua",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"description": "",
66
"scripts": {

0 commit comments

Comments
 (0)