Skip to content

Commit 730c91c

Browse files
committed
Bumped to version 1.1.4
1 parent 5bdf33c commit 730c91c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.1.3",
3+
"version": "1.1.4",
44
"homepage": "https://github.com/meetecho/janus-gateway",
55
"authors": [
66
"Lorenzo Miniero <[email protected]>",

configure.ac

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([Janus WebRTC Server],[1.1.3],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
1+
AC_INIT([Janus WebRTC Server],[1.1.4],[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])
@@ -70,11 +70,11 @@ cc*)
7070
-Wunused-but-set-variable"
7171
esac
7272

73-
JANUS_VERSION=1103
73+
JANUS_VERSION=1104
7474
AC_SUBST(JANUS_VERSION)
75-
JANUS_VERSION_STRING="1.1.3"
75+
JANUS_VERSION_STRING="1.1.4"
7676
AC_SUBST(JANUS_VERSION_STRING)
77-
JANUS_VERSION_SO="2:3:1"
77+
JANUS_VERSION_SO="2:4:1"
7878
AC_SUBST(JANUS_VERSION_SO)
7979

8080
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.1.3
41+
PROJECT_NUMBER = 1.1.4
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.json

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

0 commit comments

Comments
 (0)