Skip to content

Commit 988a3f8

Browse files
authored
Upgrade package version 2.1.2-preview (#189)
1 parent 7186c3b commit 988a3f8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ All notable changes to the webrtc package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [2.1.1] - 2020-09-11
7+
## [2.1.2] - 2020-09-14
88

99
### Changed
1010

1111
- Erase Japanese documentation due to migrating to internal translation system.
1212

13+
## [2.1.1] - 2020-09-11
14+
1315
### Fixed
1416

1517
- Fixed an issue where the `RTCRtpSender.SetParameters` API did not work properly

WebRTC~/Packages/com.unity.webrtc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.webrtc",
33
"displayName": "WebRTC",
4-
"version": "2.1.1-preview",
4+
"version": "2.1.2-preview",
55
"unity": "2019.4",
66
"description": "The WebRTC package provides browsers and mobile applications with Real-Time Communications (RTC) capabilities.",
77
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.webrtc",
33
"displayName": "WebRTC",
4-
"version": "2.1.1-preview",
4+
"version": "2.1.2-preview",
55
"unity": "2019.4",
66
"description": "The WebRTC package provides browsers and mobile applications with Real-Time Communications (RTC) capabilities.",
77
"keywords": [

0 commit comments

Comments
 (0)