janusweb 1.7.3 → 1.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,7 +40,8 @@ jobs:
40
40
  run: |
41
41
  chmod +x ./utils/build.sh
42
42
  ./utils/build.sh
43
- ./utils/release.binary.sh
43
+ # Temporary disabled - redbean.dev's SSL cert is expired
44
+ #./utils/release.binary.sh
44
45
 
45
46
  - name: Create Release and Upload Assets
46
47
  uses: softprops/action-gh-release@v3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "janusweb",
3
3
  "description": "Web client for JanusVR worlds",
4
- "version": "1.7.3",
4
+ "version": "1.7.4",
5
5
  "main": "scripts/janusweb.js",
6
6
  "author": "James Baicoianu",
7
7
  "license": "MIT",