Skip to content

Commit bcdaf4e

Browse files
committed
Bumped to version 1.3.1
1 parent dfd86e3 commit bcdaf4e

5 files changed

+9
-9
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "janus-gateway",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"homepage": "https://github.com/meetecho/janus-gateway",
55
"authors": [
66
"Lorenzo Miniero <lorenzo@meetecho.com>",

configure.ac

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([Janus WebRTC Server],[1.3.0],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
1+
AC_INIT([Janus WebRTC Server],[1.3.1],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
22
AC_LANG(C)
33
AC_CONFIG_AUX_DIR([.])
44
AC_CONFIG_MACRO_DIR([m4])
@@ -68,11 +68,11 @@ cc*)
6868
-Wunused-but-set-variable"
6969
esac
7070

71-
JANUS_VERSION=1300
71+
JANUS_VERSION=1301
7272
AC_SUBST(JANUS_VERSION)
73-
JANUS_VERSION_STRING="1.3.0"
73+
JANUS_VERSION_STRING="1.3.1"
7474
AC_SUBST(JANUS_VERSION_STRING)
75-
JANUS_VERSION_SO="2:5:0"
75+
JANUS_VERSION_SO="2:6:0"
7676
AC_SUBST(JANUS_VERSION_SO)
7777

7878
case "$host_os" in

docs/janus-doxygen.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Janus (multistream)"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.3.0
41+
PROJECT_NUMBER = 1.3.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "janus-gateway",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A javascript library for interacting with the C based Janus WebRTC Server",
55
"main": "npm/dist/janus.es.js",
66
"types": "npm/janus.d.ts",

0 commit comments

Comments
 (0)