Skip to content

Commit

Permalink
Merge pull request #417 from CCALI/develop
Browse files Browse the repository at this point in the history
fix viewer version to correct reporter url
  • Loading branch information
tobiasnteireho authored Dec 11, 2024
2 parents 8f3d96b + bb0dab3 commit b759fc1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion index.dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
window.less = {async: true, fileSync: true};
</script>

<script src=node_modules/steal/steal.production.js?v=1732047794755" cache-key="v" cache-version="1732047794755" main="a2jauthor/app"></script>
<script src=node_modules/steal/steal.production.js?v=1733931630154" cache-key="v" cache-version="1733931630154" main="a2jauthor/app"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
window.less = {async: true, fileSync: true};
</script>

<script src=node_modules/steal/steal.production.js?v=1733873012596" cache-key="v" cache-version="1733873012596" main="a2jauthor/app"></script>
<script src=node_modules/steal/steal.production.js?v=1733948585044" cache-key="v" cache-version="1733948585044" main="a2jauthor/app"></script>
</body>
</html>
14 changes: 7 additions & 7 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
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@caliorg/a2jdeps": "^7.1.7",
"@caliorg/a2jviewer": "^8.3.1",
"@caliorg/a2jviewer": "^8.4.0",
"bit-tabs": "^2.0.0",
"blueimp-file-upload": "^9.10.1",
"bootstrap": "^3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion src/footer/footerVersion.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

const version = {
number: '10.2.0',
date: '2024-12-10'
date: '2024-12-11'
}

export default version

0 comments on commit b759fc1

Please sign in to comment.