Skip to content

Commit

Permalink
Zappar for BabylonJS v0.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Zappar committed Jun 21, 2021
1 parent 46e4558 commit b834963
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 65 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.25] - 2021-06-21

### Added

- Preview gif to `README.md`.

## [0.3.24] - 2021-06-21

- Publish SDK to NPM & GitHub
170 changes: 110 additions & 60 deletions README.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.24",
"cdn": "https://libs.zappar.com/zappar-babylonjs/0.3.24/zappar-babylon.js",
"zip": "https://libs.zappar.com/zappar-babylonjs/0.3.24/zappar-babylonjs.zip"
"version": "0.3.25",
"cdn": "https://libs.zappar.com/zappar-babylonjs/0.3.25/zappar-babylon.js",
"zip": "https://libs.zappar.com/zappar-babylonjs/0.3.25/zappar-babylonjs.zip"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zappar/zappar-babylonjs",
"version": "0.3.24",
"version": "0.3.25",
"description": "BabylonJS wrappers for Zappar's computer vision library",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down
Binary file added preview/preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SDK version.
*/
const VERSION = "0.3.24";
const VERSION = "0.3.25";

console.log(`Zappar for BabylonJS v${VERSION}`);

Expand Down

0 comments on commit b834963

Please sign in to comment.