ep_webrtc 2.5.34 → 2.5.35

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ![Publish Status](https://github.com/ether/ep_webrtc/workflows/Node.js%20Package/badge.svg) [![Backend Tests Status](https://github.com/ether/ep_webrtc/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/ether/ep_webrtc/actions/workflows/test-and-release.yml)
2
2
 
3
- # ep_webrtc
3
+ # WebRTC Audio / Video for Etherpad
4
4
 
5
5
  WebRTC-based audio/video chat and screen sharing with other users visiting the
6
6
  same pad.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "git@github.com:ether/ep_webrtc.git",
6
6
  "type": "git"
7
7
  },
8
- "version": "2.5.34",
8
+ "version": "2.5.35",
9
9
  "description": "WebRTC based audio/video chat to Etherpad",
10
10
  "author": "John McLear <john@mclear.co.uk>",
11
11
  "contributors": [],