Skip to content

Commit

Permalink
pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Feb 13, 2025
1 parent ad583eb commit 615688d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 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=1738613103503" cache-key="v" cache-version="1738613103503" main="a2jauthor/app"></script>
<script src=node_modules/steal/steal.production.js?v=1739308014160" cache-key="v" cache-version="1739308014160" 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=1739308014160" cache-key="v" cache-version="1739308014160" main="a2jauthor/app"></script>
<script src=node_modules/steal/steal.production.js?v=1739425135488" cache-key="v" cache-version="1739425135488" 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.2-0",
"version": "10.2.1",
"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.4.2-1",
"@caliorg/a2jviewer": "^8.4.2",
"bit-tabs": "^2.0.0",
"blueimp-file-upload": "^9.10.1",
"bootstrap": "^3.4.1",
Expand Down
4 changes: 2 additions & 2 deletions src/footer/footerVersion.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

const version = {
number: '10.2.2-0',
date: '2025-02-11'
number: '10.2.1',
date: '2025-02-13'
}

export default version

0 comments on commit 615688d

Please sign in to comment.