diff --git a/bower.json b/bower.json index 0651c9f402..d4c1e5abb0 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "janus-gateway", - "version": "1.3.0", + "version": "1.3.1", "homepage": "https://github.com/meetecho/janus-gateway", "authors": [ "Lorenzo Miniero ", diff --git a/configure.ac b/configure.ac index ebac9969a3..fe21e26db7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Janus WebRTC Server],[1.3.0],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com]) +AC_INIT([Janus WebRTC Server],[1.3.1],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com]) AC_LANG(C) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) @@ -68,11 +68,11 @@ cc*) -Wunused-but-set-variable" esac -JANUS_VERSION=1300 +JANUS_VERSION=1301 AC_SUBST(JANUS_VERSION) -JANUS_VERSION_STRING="1.3.0" +JANUS_VERSION_STRING="1.3.1" AC_SUBST(JANUS_VERSION_STRING) -JANUS_VERSION_SO="2:5:0" +JANUS_VERSION_SO="2:6:0" AC_SUBST(JANUS_VERSION_SO) case "$host_os" in diff --git a/docs/janus-doxygen.cfg b/docs/janus-doxygen.cfg index a71f6b8c8a..df7c52fb41 100644 --- a/docs/janus-doxygen.cfg +++ b/docs/janus-doxygen.cfg @@ -38,7 +38,7 @@ PROJECT_NAME = "Janus (multistream)" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.3.0 +PROJECT_NUMBER = 1.3.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/package-lock.json b/package-lock.json index 7c6c51b363..5581cdafe7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "janus-gateway", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "janus-gateway", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "webrtc-adapter": "8.2.3" diff --git a/package.json b/package.json index b0d3b6b197..680d5f73cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "janus-gateway", - "version": "1.3.0", + "version": "1.3.1", "description": "A javascript library for interacting with the C based Janus WebRTC Server", "main": "npm/dist/janus.es.js", "types": "npm/janus.d.ts",