Update package checksum, publish to npm

This commit is contained in:
Axel Isouard 2016-10-08 15:38:44 +02:00
parent 97e9ebbfb8
commit 2c762585d1
2 changed files with 3 additions and 3 deletions

View file

@ -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}"

View file

@ -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": {
@ -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"