Skip to content

Commit

Permalink
Updated config and versions for champs
Browse files Browse the repository at this point in the history
  • Loading branch information
fruzyna committed Apr 14, 2024
1 parent 2a6a4b3 commit 5293e78
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 43 deletions.
59 changes: 17 additions & 42 deletions config/2024-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "wr-3.1.0",
"version": "wr-3.2.0",
"note": [
{
"name": "Notes",
Expand All @@ -22,6 +22,22 @@
"default": 1,
"negative": true
},
{
"name": "Role",
"id": "note_notes_team_role",
"type": "select",
"colors": [],
"images": [],
"options": [
"Cycler",
"Cleanup",
"Feeder",
"Source D",
"Blocker",
"None"
],
"default": "None"
},
{
"name": "Notes",
"id": "note_notes_team_notes",
Expand Down Expand Up @@ -492,47 +508,6 @@
"NA"
],
"default": "NA"
},
{
"name": "Notes Attempted",
"id": "match_auto_scoring_notes_attempted",
"type": "multiselect",
"colors": [],
"images": [],
"options": [
"Preload",
"WA",
"CA",
"",
"WB",
"CB",
"",
"WC",
"CC",
"",
"",
"CD",
"",
"",
"CE"
],
"default": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
]
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/pwa.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* date: 2022-01-21
*/

const CACHE_NAME = 'wildrank-3.1.0'
const CACHE_NAME = 'wildrank-3.2.0'
const CACHE_LIST = [
// html files
'/',
Expand Down

0 comments on commit 5293e78

Please sign in to comment.