Skip to content

Commit

Permalink
Merge pull request #190 from ncsa/main
Browse files Browse the repository at this point in the history
Main to dev
  • Loading branch information
longshuicy authored Sep 3, 2024
2 parents 4527a04 + 817a824 commit fd614fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3] - 2024-09-03
### Fixed
- Import data is not working properly [#184](https://github.com/ncsa/standalone-smm-smile/issues/184)

Expand Down
4 changes: 2 additions & 2 deletions www/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smile_server",
"version": "0.4.2",
"version": "0.4.3",
"description": "",
"main": "app.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion www/views/components/footer.pug
Original file line number Diff line number Diff line change
@@ -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.2
p © #{new Date().getFullYear()} National Center for Supercomputing Applications, University of Illinois at Urbana-Champaign, All rights reserved | version 0.4.3

0 comments on commit fd614fc

Please sign in to comment.