diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c7477d..bfcc89f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.4.4] - 2024-10-02 ### Added - Application Privacy Policy [#137](https://github.com/ncsa/standalone-smm-smile/issues/137) diff --git a/www/package-lock.json b/www/package-lock.json index 2e1bba0..a17c8b4 100644 --- a/www/package-lock.json +++ b/www/package-lock.json @@ -1,12 +1,12 @@ { "name": "smile_server", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "smile_server", - "version": "0.4.3", + "version": "0.4.4", "license": "MIT", "dependencies": { "amqplib": "^0.8.0", diff --git a/www/package.json b/www/package.json index 182f398..311bf86 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "smile_server", - "version": "0.4.3", + "version": "0.4.4", "description": "", "main": "app.js", "dependencies": { diff --git a/www/views/components/footer.pug b/www/views/components/footer.pug index d9cc017..8a90dce 100644 --- a/www/views/components/footer.pug +++ b/www/views/components/footer.pug @@ -1,3 +1,3 @@ footer(class="footer-bs") div(class="row") - p © #{new Date().getFullYear()} National Center for Supercomputing Applications, University of Illinois at Urbana-Champaign, All rights reserved | version 0.4.3 + p © #{new Date().getFullYear()} National Center for Supercomputing Applications, University of Illinois at Urbana-Champaign, All rights reserved | version 0.4.4