Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Jun 21, 2023
1 parent f443b78 commit acdb6ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ naf-janus-adapter should support anything that supports recent WebRTC standards
<script src="https://webrtc.github.io/adapter/adapter-latest.js" crossorigin="anonymous"></script>
<script src="https://aframe.io/releases/1.4.2/aframe.min.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/networked-aframe@^0.11.0/dist/networked-aframe.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/gh/networked-aframe/naf-janus-adapter@master/dist/naf-janus-adapter.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/networked-aframe/naf-janus-adapter@4.1.0/dist/naf-janus-adapter.min.js"></script>
</head>
<body>
<a-scene networked-scene="
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@networked-aframe/naf-janus-adapter",
"version": "4.0.2",
"version": "4.1.0",
"description": "networked-aframe Janus network adapter",
"main": "src/index.js",
"license": "MPL-2.0",
Expand Down

0 comments on commit acdb6ae

Please sign in to comment.