Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Dec 10, 2024
1 parent 21ae0c0 commit 82503e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions demo/viewer/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<script main="@empty"
env="production"
config="../package.json!npm"
src="../dist/bundles/app.js?v=1730921273458"
src="../dist/bundles/app.js?v=1731353014593"
cache-key="v"
cache-version="1730921273458"
cache-version="1731353014593"
base-url="../">
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caliorg/a2jviewer",
"version": "8.2.0-25",
"version": "8.2.0",
"description": "A2J Viewer standalone and preview app.",
"main": "a2jviewer/app",
"scripts": {
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: '8.2.0-25',
date: '2024-11-11'
number: '8.2.0',
date: '2024-12-10'
}

export default version

0 comments on commit 82503e7

Please sign in to comment.