diff --git a/Changes b/Changes index 6fbd15512..6a1092703 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,9 @@ Revision history for perl distribution Convos - Upgrade Svelte 3 to Svelte 4 - Upgrade JavaScript dependencies +7.15 2023-10-18T13:55:00+0900 + - Test release to see if docker images was built correctly + 7.15 2023-01-11T12:50:00+0900 - Fix invalid assets names diff --git a/lib/Convos.pm b/lib/Convos.pm index 98dc5f167..4e79cf658 100644 --- a/lib/Convos.pm +++ b/lib/Convos.pm @@ -13,7 +13,7 @@ use Scalar::Util qw(blessed); use constant CONVOS_GET => +($ENV{CONVOS_COMMAND} || '') eq 'get'; -our $VERSION = '7.15'; +our $VERSION = '7.16'; $ENV{CONVOS_REVERSE_PROXY} //= is_true 'ENV:MOJO_REVERSE_PROXY'; $ENV{MOJO_REVERSE_PROXY} //= is_true 'ENV:CONVOS_REVERSE_PROXY'; @@ -235,7 +235,7 @@ Convos - Multiuser chat application =head1 VERSION -7.15 +7.16 =head1 DESCRIPTION diff --git a/package-lock.json b/package-lock.json index 0243c66dd..289bf9c68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "convos", - "version": "7.15.0", + "version": "7.16.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "convos", - "version": "7.15.0", + "version": "7.16.0", "license": "Artistic-2.0", "dependencies": { "svelte-check": "^3.5.2" diff --git a/package.json b/package.json index cfe89f38d..a79df7b26 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "convos", "description": "", - "version": "7.15.0", + "version": "7.16.0", "license": "Artistic-2.0", "repository": "https://github.com/convos-chat/convos", "type": "module", diff --git a/public/convos-api.yaml b/public/convos-api.yaml index 098ef0dc9..4daa48e42 100644 --- a/public/convos-api.yaml +++ b/public/convos-api.yaml @@ -2,7 +2,7 @@ swagger: '2.0' info: title: Convos API specification - version: 7.15.0 + version: 7.16.0 description: This document describes the API for Convos, a multiuser persistent IRC proxy with web interface. contact: name: Convos diff --git a/script/convos b/script/convos index a0dfb45c3..27e94f77e 100755 --- a/script/convos +++ b/script/convos @@ -19,7 +19,7 @@ use Cwd (); use File::Spec; use FindBin; -our $VERSION = '7.15'; +our $VERSION = '7.16'; # Run the program (bless {}, __PACKAGE__)->run(@ARGV); diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 76e8df209..609a0e665 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: convos -version: '7.15.0' +version: '7.16.0' summary: Multiuser chat application that runs in your web browser description: | The supported chat protocol is currently IRC.