Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2020.1.0.{build}
version: 2020.1.1.{build}

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion dev-scripts/config.get.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = {
get: getNpmModule,
options: {
package: '@first-lego-league/scoring',
version: '2.4.35'
version: '3.0.8'
}
},
tournament: {
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="ten wide column">
<h2 class="ui header">
Tournament Management System
<span class="sub header">v2020.1.0</span>
<span class="sub header">v2020.1.1</span>
</h2>
</div>
<div id="fll" class="three wide column"></div>
Expand Down
2 changes: 1 addition & 1 deletion windows/setup/main.iss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[Setup]
AppName=FIRST LEGO League TMS
AppVersion=2020.1.0
AppVersion=2020.1.1
DefaultDirName=C:\FIRST_LEGO_League_TMS
ArchitecturesAllowed={#platform}
DisableProgramGroupPage=yes
Expand Down