Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
echamudi committed Jan 15, 2021
1 parent c4b1f92 commit c7452d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as OpenCV from 'https://unpkg.com/opencv-wasm@4.3.0-9/types/opencv.ts';
import {cv as _cv} from 'https://unpkg.com/opencv-wasm@4.3.0-9/opencv-deno.js';
import * as OpenCV from 'https://unpkg.com/opencv-wasm@4.3.0-10/types/opencv.ts';
import {cv as _cv} from 'https://unpkg.com/opencv-wasm@4.3.0-10/opencv-deno.js';

export const cv: typeof OpenCV = _cv;

Expand Down
2 changes: 1 addition & 1 deletion 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": "opencv-wasm",
"version": "4.3.0-9",
"version": "4.3.0-10",
"description": "Precompiled OpenCV 4.3.0 to JavaScript + WebAssembly for node.js environment",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit c7452d3

Please sign in to comment.