Skip to content

Commit

Permalink
Bumped to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Sep 10, 2024
1 parent 4f8f00f commit d8586dd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "janus-gateway",
"version": "1.2.4",
"version": "1.3.0",
"homepage": "https://github.com/meetecho/janus-gateway",
"authors": [
"Lorenzo Miniero <[email protected]>",
Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([Janus WebRTC Server],[1.2.4],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
AC_INIT([Janus WebRTC Server],[1.3.0],[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])
Expand Down Expand Up @@ -68,11 +68,11 @@ cc*)
-Wunused-but-set-variable"
esac

JANUS_VERSION=1204
JANUS_VERSION=1300
AC_SUBST(JANUS_VERSION)
JANUS_VERSION_STRING="1.2.4"
JANUS_VERSION_STRING="1.3.0"
AC_SUBST(JANUS_VERSION_STRING)
JANUS_VERSION_SO="2:4:0"
JANUS_VERSION_SO="2:5:0"
AC_SUBST(JANUS_VERSION_SO)

case "$host_os" in
Expand Down
2 changes: 1 addition & 1 deletion docs/janus-doxygen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.4
PROJECT_NUMBER = 1.3.0

# 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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "janus-gateway",
"version": "1.2.4",
"version": "1.3.0",
"description": "A javascript library for interacting with the C based Janus WebRTC Server",
"main": "npm/dist/janus.es.js",
"types": "npm/janus.d.ts",
Expand Down

0 comments on commit d8586dd

Please sign in to comment.