diff --git a/config/cdash.php b/config/cdash.php index b5b8b76fcc..3866a3c4a2 100755 --- a/config/cdash.php +++ b/config/cdash.php @@ -22,7 +22,7 @@ 'expires' => env('PASSWORD_EXPIRATION', 0), 'unique' => env('UNIQUE_PASSWORD_COUNT', 0), ], - 'version' => '3.6.0', + 'version' => '3.6.1', 'registration' => [ 'email' => [ 'verify' => env('REGISTRATION_EMAIL_VERIFY', true), diff --git a/package-lock.json b/package-lock.json index d8b51c5df2..ae7bbd1e5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cdash", - "version": "3.6.0", + "version": "3.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cdash", - "version": "3.6.0", + "version": "3.6.1", "license": "BSD-3-Clause", "dependencies": { "@apollo/client": "^3.11.8", @@ -13434,7 +13434,7 @@ } }, "node_modules/readdirp": { - "version": "3.6.0", + "version": "3.6.1", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dependencies": { diff --git a/package.json b/package.json index a85cab993e..9ef242fa40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cdash", - "version": "3.6.0", + "version": "3.6.1", "description": "Continuous integration dashboard.", "repository": "https://github.com/Kitware/CDash", "license": "BSD-3-Clause",