Skip to content

Commit

Permalink
Update documentation for branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 18, 2024
1 parent 41d06dd commit 7223b5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main/footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 1.1.1-dev1');
document.write('Version 1.1.1-dev2');
};

function writeFooter() {
document.write('Generated on Wed Apr 17 2024 15:22:31 for CMSIS-View 1.1.1-dev1+g29cca1a. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Thu Apr 18 2024 11:36:44 for CMSIS-View 1.1.1-dev2+gbedeccb. Copyright © 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 = {
"main": "1.1.1-dev1",
"main": "1.1.1-dev2",
"latest": "1.1.0",
"1.0.0": "1.0.0"
}
Expand Down

0 comments on commit 7223b5c

Please sign in to comment.