Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
## [1.2.2] - 2020-03-06

- Fixed: Fix build error when build standalone

## [1.2.1] - 2020-02-28

- Changed: Upgrading WebRTC to 1.1.1-preview
  • Loading branch information
Unity Technologies committed Mar 6, 2020
1 parent af1b835 commit 3f2e8ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to com.unity.renderstreaming package will be documented in t
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.2.2] - 2020-03-06

- Fixed: Fix build error when build standalone

## [1.2.1] - 2020-02-28

- Changed: Upgrading WebRTC to 1.1.1-preview
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.renderstreaming",
"displayName": "Unity Render Streaming",
"version": "1.2.1-preview",
"version": "1.2.2-preview",
"unity": "2019.3",
"description": "This is a package for using Unity Render Streaming technology. It contains two samples to use the technology.",
"dependencies": {
Expand All @@ -21,9 +21,9 @@
}
],
"repository": {
"footprint": "3ebf067dd2dc15b4c6b3e0f89731a7df7bf99d73",
"footprint": "13d67e4f677a61d2d7e2aac22650fe381d6217de",
"type": "git",
"url": "https://github.com/Unity-Technologies/UnityRenderStreaming.git",
"revision": "23e54588eaaeca297a396f708c2da2e03020a026"
"revision": "0742bb4d124268b77531c0eba17c4a60192dced6"
}
}

0 comments on commit 3f2e8ac

Please sign in to comment.