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 Nov 5, 2024
1 parent 294fc57 commit 3f17d58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3.1-dev16');
document.write('Version 1.3.1-dev17');
};

function writeFooter() {
document.write('Generated on Mon Nov 4 2024 10:20:37 for IoT Socket 1.3.1-dev16+g7d4529f. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Nov 5 2024 09:39:18 for IoT Socket 1.3.1-dev17+g1a02ab8. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
4 changes: 2 additions & 2 deletions version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//--- list of versions ---
const versions = {
"main": "1.3.1-dev16",
"1.3.0": "1.3.0"
"main": "1.3.1-dev17",
"latest": "1.3.0"
}
//--- list of versions ---

Expand Down

0 comments on commit 3f17d58

Please sign in to comment.