Skip to content

Commit fff7b31

Browse files
committedMar 5, 2025·
Bumped to version 1.3.2
1 parent 8d4a7b1 commit fff7b31

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
 

Diff for: ‎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.1",
3+
"version": "1.3.2",
44
"homepage": "https://github.com/meetecho/janus-gateway",
55
"authors": [
66
"Lorenzo Miniero <lorenzo@meetecho.com>",

Diff for: ‎configure.ac

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([Janus WebRTC Server],[1.3.1],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
1+
AC_INIT([Janus WebRTC Server],[1.3.2],[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=1301
71+
JANUS_VERSION=1302
7272
AC_SUBST(JANUS_VERSION)
73-
JANUS_VERSION_STRING="1.3.1"
73+
JANUS_VERSION_STRING="1.3.2"
7474
AC_SUBST(JANUS_VERSION_STRING)
75-
JANUS_VERSION_SO="2:6:0"
75+
JANUS_VERSION_SO="2:7:0"
7676
AC_SUBST(JANUS_VERSION_SO)
7777

7878
case "$host_os" in

Diff for: ‎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.1
41+
PROJECT_NUMBER = 1.3.2
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

Diff for: ‎package-lock.json

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

Diff for: ‎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.1",
3+
"version": "1.3.2",
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)
Please sign in to comment.