Skip to content

Commit

Permalink
Bumped to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Oct 3, 2022
1 parent 0b5ea05 commit d659656
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.1.0",
"version": "1.1.1",
"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.1.0],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
AC_INIT([Janus WebRTC Server],[1.1.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])
Expand Down Expand Up @@ -70,11 +70,11 @@ cc*)
-Wunused-but-set-variable"
esac

JANUS_VERSION=1100
JANUS_VERSION=1101
AC_SUBST(JANUS_VERSION)
JANUS_VERSION_STRING="1.1.0"
JANUS_VERSION_STRING="1.1.1"
AC_SUBST(JANUS_VERSION_STRING)
JANUS_VERSION_SO="1:1:0"
JANUS_VERSION_SO="1:1:1"
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.1.0
PROJECT_NUMBER = 1.1.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
Expand Down
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.1.0",
"version": "1.1.1",
"description": "A javascript library for interacting with the C based Janus WebRTC Server",
"main": "html/janus.js",
"types": "npm/janus.d.ts",
Expand Down

0 comments on commit d659656

Please sign in to comment.