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 3f17d58 commit 06cd0cf
Show file tree
Hide file tree
Showing 3 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-dev17');
document.write('Version 1.3.1-dev18');
};

function writeFooter() {
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.');
document.write('Generated on Tue Nov 5 2024 09:43:56 for IoT Socket 1.3.1-dev18+gba57846. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h1><a class="anchor" id="limits"></a>
</blockquote>
<h1><a class="anchor" id="license"></a>
License</h1>
<p>IoT Socket is provided under <a href="https://opensource.org/licenses/Apache-2.0">Apache 2.0</a> license. </p>
<p>IoT Socket is provided under <a href="https://opensource.org/license/apache-2-0">Apache 2.0</a> license. </p>
</div></div><!-- PageDoc -->
</div><!-- contents -->
</div><!-- doc-content -->
Expand Down
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.3.1-dev17",
"main": "1.3.1-dev18",
"latest": "1.3.0"
}
//--- list of versions ---
Expand Down

0 comments on commit 06cd0cf

Please sign in to comment.