Skip to content

Commit

Permalink
Include Solo/Coop rules #199
Browse files Browse the repository at this point in the history
Shrink size
  • Loading branch information
rafdulaf committed Sep 14, 2024
1 parent 339e999 commit 1295054
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Batman/engine/Version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.29.0"
"version": "0.29.1"
}
2 changes: 1 addition & 1 deletion Batman/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<script>
Application = "Batman";
Languages = ["fr", "en"];
const required = {"en": 55, "fr": 54, "it": 14};
const required = {"en": 55, "fr": 40, "it": 14};

var oldExtensionValue = JSON.parse(localStorage.getItem("Batman_Extensions"));
if (oldExtensionValue)
Expand Down
2 changes: 1 addition & 1 deletion Conan/engine/Version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.29.0"
"version": "0.29.1"
}

0 comments on commit 1295054

Please sign in to comment.