Skip to content

Commit 44f4076

Browse files
committed
updated versions
1 parent 80fb532 commit 44f4076

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

code.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ var controller = app.controller('uCNCcontroller', ['$scope', '$rootScope', funct
299299

300300
$scope.VERSIONS = [
301301
{ id: 'master', tag: 99999, src: 'https://github.com/Paciente8159/uCNC/archive/refs/heads/master.zip', mods: 'https://github.com/Paciente8159/uCNC-modules/archive/refs/heads/master.zip' },
302+
{ id: 'v1.11.1', tag: 11101, src: 'https://github.com/Paciente8159/uCNC/archive/refs/heads/v1.11.1.zip', mods: 'https://github.com/Paciente8159/uCNC-modules/archive/refs/heads/master.zip' },
303+
{ id: 'v1.11.0', tag: 11100, src: 'https://github.com/Paciente8159/uCNC/archive/refs/heads/v1.11.0.zip', mods: 'https://github.com/Paciente8159/uCNC-modules/archive/refs/heads/master.zip' },
302304
{ id: 'v1.11.0-rc', tag: 11090, src: 'https://github.com/Paciente8159/uCNC/archive/refs/heads/v1.11.0-rc.zip', mods: 'https://github.com/Paciente8159/uCNC-modules/archive/refs/heads/master.zip' },
303305
{ id: 'v1.10.x-bugfix', tag: 11079, src: 'https://github.com/Paciente8159/uCNC/archive/refs/heads/v1.10.x-bugfix.zip', mods: 'https://github.com/Paciente8159/uCNC-modules/archive/refs/tags/v11000.zip' },
304306
{ id: 'v1.9.x-bugfix', tag: 10979, src: 'https://github.com/Paciente8159/uCNC/archive/refs/heads/v1.9.x-bugfix.zip', mods: 'https://github.com/Paciente8159/uCNC-modules/archive/refs/tags/v10880.zip' },

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ <h4 class="card-title">Config µCNC</h4>
17071707
</div>
17081708
</div>
17091709

1710-
<script src="code.js?version=202411301830"></script>
1710+
<script src="code.js?version=202412131700"></script>
17111711
</body>
17121712

17131713
</html>

0 commit comments

Comments
 (0)