Skip to content

Commit

Permalink
Update package checksum, publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
aisouard committed Oct 8, 2016
1 parent 97e9ebb commit 2c76258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ execute_process(
set(LIBWEBRTC_MAJOR_VERSION 0)
set(LIBWEBRTC_MINOR_VERSION 0)
set(LIBWEBRTC_PATCH_VERSION 1)
set(LIBWEBRTC_BUILD_VERSION rc.3)
set(LIBWEBRTC_BUILD_VERSION rc.4)

set(LIBWEBRTC_API_VERSION
"${LIBWEBRTC_MAJOR_VERSION}.${LIBWEBRTC_MINOR_VERSION}.${LIBWEBRTC_PATCH_VERSION}"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libwebrtc-src",
"version": "0.0.1-rc.3",
"version": "0.0.1-rc.4",
"description": "libwebrtc source code",
"main": "index.js",
"config": {
Expand All @@ -9,7 +9,7 @@
"webrtc": {
"url": "https://chromium.googlesource.com/external/webrtc.git",
"revision": "7502401788fcba5c9f81a9e4701e2f0831e78698",
"checksum": "9fc7a9b4c576278a328c276cfb233459"
"checksum": "298b2c8d977478252cdf4f44d24a53e8"
},
"chromium": {
"url": "https://github.com/aisouard/libwebrtc-chromium-deps.git"
Expand Down

0 comments on commit 2c76258

Please sign in to comment.