Skip to content

Commit ae30019

Browse files
committed
get ready for v0.9.19
1 parent d9a54cd commit ae30019

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

documentation/changeLogs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
## Change Log
55
Please, find below the per release summary of the contribution added to the project per version. Each of the listed versions is having its corresponding tag in the repo.
66

7+
## v0.9.19
8+
79
## v0.9.18
810
* Add Toggle for [fullscreen textures](https://github.com/BabylonJS/Spector.js/issues/145) in the extension.
911

extensions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"minimum_chrome_version": "20",
44
"name" : "Spector.js",
5-
"version" : "0.9.18",
5+
"version" : "0.9.19",
66
"homepage_url": "http://spector.babylonjs.com/",
77
"description" : "Explore and Troubleshoot your WebGL scenes easily.",
88
"author": "@SpectorJS",

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "spectorjs",
3-
"version": "0.9.18",
3+
"version": "0.9.19",
44
"description": "Explore and Troubleshoot your WebGL scenes easily.",
55
"keywords": [
66
"webgl",

0 commit comments

Comments
 (0)