Skip to content

Commit

Permalink
pre release. Update viewer version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Feb 26, 2024
1 parent 0c3dc62 commit aa12553
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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=1708929628150" cache-key="v" cache-version="1708929628150" main="a2jauthor/app"></script>
<script src=node_modules/steal/steal.production.js?v=1708953946048" cache-key="v" cache-version="1708953946048" 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=1708953946048" cache-key="v" cache-version="1708953946048" main="a2jauthor/app"></script>
<script src=node_modules/steal/steal.production.js?v=1708984455616" cache-key="v" cache-version="1708984455616" main="a2jauthor/app"></script>
</body>
</html>
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a2jauthor",
"version": "10.2.0-0",
"version": "10.2.0-2",
"description": "A2J Authoring App GUI.",
"license": "GNU AGPL v3.0",
"author": {
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@caliorg/a2jdeps": "^7.1.7",
"@caliorg/a2jviewer": "^8.2.0-1",
"@caliorg/a2jviewer": "^8.2.0-10",
"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,6 +1,6 @@

const version = {
number: '10.2.0-0',
number: '10.2.0-2',
date: '2024-02-26'
}

Expand Down

0 comments on commit aa12553

Please sign in to comment.