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 Oct 4, 2023
1 parent 20c0ab3 commit 6c3c5f1
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.1.5-dev85');
document.write('Version 1.1.5-dev86');
};

function writeFooter() {
document.write('Generated on Wed Oct 4 2023 10:34:03 for Arm-2D 1.1.5-dev85+gad61467. Copyright © 2022-2023 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Wed Oct 4 2023 10:42:42 for Arm-2D 1.1.5-dev86+gf26fb89. Copyright © 2022-2023 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.1.5-dev85",
"developing": "1.1.5-dev86",
"main": "1.1.5-dev44",
"latest": "1.1.4",
"v1.1.3": "1.1.3",
Expand Down

0 comments on commit 6c3c5f1

Please sign in to comment.