Skip to content

Commit

Permalink
Release 6.4.0
Browse files Browse the repository at this point in the history
Release 6.4.0
  • Loading branch information
PeterWarren committed Dec 20, 2023
1 parent 174991a commit 4a4c9ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches:
# this will be prod so set filters here to control when a release is pushed to the prod static web app
- Release-6.3.0
- Release-6.4.0
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
# and here
- Release-6.3.0
- Release-6.4.0

jobs:
build_and_deploy_job:
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auscope-portal",
"version": "6.2.3",
"version": "6.4.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div>
<span>Auscope Portal 6.3.0 June 2023</span><br>
<span>Auscope Portal 6.4.0 Dec 2023</span><br>
<a class="disclaimer-link" (click)="OpenDisclaimerModal()">Disclaimer</a>
</div>

0 comments on commit 4a4c9ff

Please sign in to comment.