Skip to content

Commit

Permalink
Ellas War 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Paranoiaque committed Nov 5, 2024
1 parent ac7e2f1 commit 6cd3ae9
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 79 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG/CHANGELOG-2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
# 2.1.2
* Fix display in the Agora stats
* Improve engage popup in Sea Battles

# 2.1.3
* Fix menu selector in ranking
* Improve Sea Battles display
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-packageName="com.ellaswar.ewnextmobile" id="ellaswar" version="2.1.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-packageName="com.ellaswar.ewnextmobile" id="ellaswar" version="2.1.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>EllasWar</name>
<description>
Desktop/Mobile application for the online game ellaswar.com.
Expand Down
146 changes: 73 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@v-paranoiaque/ew",
"description": "Front-end of the Ellas War Game",
"version": "2.1.2",
"version": "2.1.3",
"homepage": "https://ellaswar.eu",
"author": {
"name": "Ellas War Team",
Expand Down Expand Up @@ -78,8 +78,8 @@
"@iconify/icons-whh": "^1.2.3",
"@types/bootstrap": "^5.2.10",
"@types/jasmine": "~5.1.4",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"cordova-android": "^13.0.0",
"cordova-electron": "^4.0.0",
"cordova-ios": "^7.1.1",
Expand Down Expand Up @@ -109,8 +109,8 @@
"sonarqube-scanner": "^4.2.5"
},
"overrides": {
"electron@<=32.0.0": "$electron",
"electron-builder@<=25.0.0": "$electron-builder"
"electron@<=33.0.0": "$electron",
"electron-builder@<=25.1.0": "$electron-builder"
},
"cordova": {
"platforms": [
Expand Down

0 comments on commit 6cd3ae9

Please sign in to comment.