Skip to content

Commit

Permalink
minor viewer version update
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Nov 19, 2024
1 parent 276b044 commit e7e9311
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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=1731960474537" cache-key="v" cache-version="1731960474537" main="a2jauthor/app"></script>
<script src=node_modules/steal/steal.production.js?v=1731961299588" cache-key="v" cache-version="1731961299588" 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=1731961299588" cache-key="v" cache-version="1731961299588" main="a2jauthor/app"></script>
<script src=node_modules/steal/steal.production.js?v=1732047794755" cache-key="v" cache-version="1732047794755" main="a2jauthor/app"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion 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.2.0-24",
"@caliorg/a2jviewer": "^8.2.0-25",
"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-15',
date: '2024-11-18'
date: '2024-11-19'
}

export default version

0 comments on commit e7e9311

Please sign in to comment.