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 Nov 13, 2024
1 parent 583a1ed commit c7efc1f
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.1-dev108');
document.write('Version 1.2.1-dev109');
};

function writeFooter() {
document.write('Generated on Tue Nov 12 2024 04:40:36 for Arm-2D 1.2.1-dev108+ga8bd03a. Copyright © 2022-2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Wed Nov 13 2024 01:56:03 for Arm-2D 1.2.1-dev109+g3fb9115. Copyright © 2022-2024 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.1-dev108",
"developing": "1.2.1-dev109",
"main": "1.2.1-dev1",
"latest": "1.2.0",
"v1.1.6": "1.1.6",
Expand Down

0 comments on commit c7efc1f

Please sign in to comment.