Skip to content

Commit

Permalink
update to squad v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
w4rum committed Dec 15, 2023
1 parent 231299e commit cc291c3
Show file tree
Hide file tree
Showing 7 changed files with 3,235 additions and 175 deletions.
Empty file modified docker-registry-push.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions extraction/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "squadlanes-extraction"
version = "2.5.6"
version = "2.5.7"
description = "Datamining scripts used to extract map images and lane information from Squad game files"
authors = ["Tim Schmidt <tim.schmidt@khorne.faith>"]
license = "AGPLv3"
Expand All @@ -16,7 +16,7 @@ PyYAML = "^5.4.1"
tqdm = "^4.64.1"

[tool.poetry.dev-dependencies]
black = {version = "^20.8b1", extras = ["d"]}
black = { version = "^20.8b1", extras = ["d"] }
mypy = "^1.3.0"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Squadlanes",
"name": "squadlanes",
"version": "2.5.6",
"version": "2.5.7",
"scripts": {
"start": "node_modules/.bin/parcel src/index.html",
"build": "node_modules/.bin/parcel build src/index.html",
Expand Down
2 changes: 1 addition & 1 deletion src/AboutModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<b-button v-b-modal.about-modal class="about-button">?</b-button>
<b-modal id="about-modal" title="About" ok-only>
<p>
<i> Squadlanes v2.5.6 (for Squad v6.0) </i>
<i> Squadlanes v2.5.7 (for Squad v7.0.1) </i>
</p>
<p>
<a
Expand Down
2 changes: 1 addition & 1 deletion src/LaneProbabilities.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template lang="html">
<div class="card bg-dark">
<div class="text-white text-center small m-1">
Squad v6.0
Squad v7.0.1
</div>
<div class="text-muted text-center small m-1">
Logic: {{ mapData.logic }}
Expand Down
Loading

0 comments on commit cc291c3

Please sign in to comment.