Skip to content

Commit 89e85e3

Browse files
authored
Merge pull request #118 from Electron-Minecraft-Launcher/dev
test bug alpha.16
2 parents 8ddff07 + d1707b4 commit 89e85e3

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[<p align="center"><img src="https://img.shields.io/badge/Discord-Electron_Minecraft_Launcher-5561e6?&style=for-the-badge">](https://discord.gg/YVB4k6HzAY)
66
[<img src="https://img.shields.io/badge/platforms-Docker-0077DA?style=for-the-badge&color=0077DA">](#platforms)
7-
[<img src="https://img.shields.io/badge/version-2.0.0--alpha.15-orangered?style=for-the-badge&color=orangered">](package.json)</p>
7+
[<img src="https://img.shields.io/badge/version-2.0.0--alpha.16-orangered?style=for-the-badge&color=orangered">](package.json)</p>
88

99
---
1010

@@ -51,9 +51,9 @@ Node.js is not required, because it is already included in the Docker image of E
5151
Then, in a terminal, execute the following command:
5252
```bash
5353
# with wget
54-
wget -qO- https://raw.githubusercontent.com/Electron-Minecraft-Launcher/EML-AdminTool-v2/main/.github/scripts/[email protected].15 | bash
54+
wget -qO- https://raw.githubusercontent.com/Electron-Minecraft-Launcher/EML-AdminTool-v2/main/.github/scripts/[email protected].16 | bash
5555
# with curl
56-
curl -sSL https://raw.githubusercontent.com/Electron-Minecraft-Launcher/EML-AdminTool-v2/main/.github/scripts/[email protected].15 | bash
56+
curl -sSL https://raw.githubusercontent.com/Electron-Minecraft-Launcher/EML-AdminTool-v2/main/.github/scripts/[email protected].16 | bash
5757
```
5858

5959
### Web server configuration

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eml-admintool-api",
3-
"version": "2.0.0-alpha.15",
3+
"version": "2.0.0-alpha.16",
44
"author": "GoldFrite",
55
"license": "GPL-3.0-or-later",
66
"private": true,

api/src/swagger/swagger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const options: swaggerJSDoc.OAS3Options = {
55
openapi: '3.0.0',
66
info: {
77
title: 'EML AdminTool API',
8-
version: '2.0.0-alpha.15',
8+
version: '2.0.0-alpha.16',
99
description: 'This API is used for EML AdminTool',
1010
license: {
1111
name: 'GPL-3.0-or-later'

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eml-admintool-client",
3-
"version": "2.0.0-alpha.15",
3+
"version": "2.0.0-alpha.16",
44
"author": "GoldFrite",
55
"license": "GPL-3.0-or-later",
66
"private": true,

client/src/assets/language/da.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Translated by Quacksometi
3-
* EML AdminTool v2.0.0-alpha.15
3+
* EML AdminTool v2.0.0-alpha.16
44
*/
55

66
export default {

client/src/assets/language/fr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Translated by GoldFrite
3-
* EML AdminTool v2.0.0-alpha.15
3+
* EML AdminTool v2.0.0-alpha.16
44
*/
55

66
export default {

docker/docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: eml_admintool
1717

1818
services:
1919
web:
20-
image: eml-admintool:2.0.0-alpha.15
20+
image: eml-admintool:2.0.0-alpha.16
2121
environment:
2222
NODE_ENV: 'production'
2323
PORT: 4000

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eml-admintool",
3-
"version": "2.0.0-alpha.15",
3+
"version": "2.0.0-alpha.16",
44
"description": "Manage your Minecraft Launcher (working with EML Core) from the Web.",
55
"author": "GoldFrite",
66
"license": "GPL-3.0-or-later",

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shared",
3-
"version": "2.0.0-alpha.15",
3+
"version": "2.0.0-alpha.16",
44
"description": "",
55
"main": "index.js",
66
"author": "GoldFrite",

0 commit comments

Comments
 (0)