From d8586ddeebdc489dc2b6dbfea87bde80914a4cb6 Mon Sep 17 00:00:00 2001 From: Lorenzo Miniero Date: Tue, 10 Sep 2024 15:11:05 +0200 Subject: [PATCH] Bumped to version 1.3.0 --- bower.json | 2 +- configure.ac | 8 ++++---- docs/janus-doxygen.cfg | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bower.json b/bower.json index a05f5ba6aa..0651c9f402 100644 --- a/bower.json +++ b/bower.json @@ -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 ", diff --git a/configure.ac b/configure.ac index 32c84e5f3a..ebac9969a3 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) @@ -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 diff --git a/docs/janus-doxygen.cfg b/docs/janus-doxygen.cfg index 3028bb11bf..a71f6b8c8a 100644 --- a/docs/janus-doxygen.cfg +++ b/docs/janus-doxygen.cfg @@ -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 diff --git a/package-lock.json b/package-lock.json index b4a3b6b214..7c6c51b363 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "janus-gateway", - "version": "1.2.4", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "janus-gateway", - "version": "1.2.4", + "version": "1.3.0", "license": "MIT", "dependencies": { "webrtc-adapter": "8.2.3" diff --git a/package.json b/package.json index 53b7b6ee7f..b0d3b6b197 100644 --- a/package.json +++ b/package.json @@ -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",