Skip to content

Commit

Permalink
Update documentation for branch developing
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 20, 2025
1 parent 87b4e1b commit 527201d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions developing/footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 1.2.2-dev34');
document.write('Version 1.2.2-dev35');
};

function writeFooter() {
document.write('Generated on Tue Jan 14 2025 17:59:13 for Arm-2D 1.2.2-dev34+g4b86dae. Copyright © 2022-2025 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Mon Jan 20 2025 15:27:07 for Arm-2D 1.2.2-dev35+g08bd7cb. Copyright © 2022-2025 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//--- list of versions ---
const versions = {
"developing": "1.2.2-dev34",
"developing": "1.2.2-dev35",
"latest": "1.2.1",
"main": "1.2.1-dev272",
"v1.2.0": "1.2.0",
Expand Down

0 comments on commit 527201d

Please sign in to comment.