Skip to content

Commit 5d3afbb

Browse files
authored
Merge pull request #8 from Proxwian/update-1.3.8.1
up version
2 parents 63990a3 + 4d39dd5 commit 5d3afbb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# OxLAUNCHER [![OxLAUNCHER CI](https://github.com/Proxwian/OxLAUNCHER/actions/workflows/nodejs.yml/badge.svg)](https://github.com/Proxwian/OxLAUNCHER/actions/workflows/nodejs.yml)
22

3-
Latest version: 1.3.8
3+
Latest version: 1.3.9

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxlauncher",
3-
"version": "1.3.8",
3+
"version": "1.3.9",
44
"description": "OxLAUNCHER is simple and powerful tool to download and manage minecraft modpacks. Based on GDLauncher",
55
"keywords": [
66
"minecraft",

src/common/modals/ChangeLogs/changeLog.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ module.exports = {
3535
// }
3636
],
3737
bugfixes: [
38-
// {
39-
// header: 'Исправлена загрузка модпаков',
40-
// content: 'с одной внешней загрузкой'
38+
{
39+
header: 'Исправлена загрузка модпаков',
40+
content: 'без внешнего манифеста'
4141
// advanced: { cm: '8ec97baa', pr: '1382' }
42-
// },
42+
},
4343
// {
4444
// header: 'Исправлена установка модпаков',
4545
// content: 'без папки overrides.'

src/common/modals/Settings/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export default function Settings() {
156156
font-size: 16px;
157157
`}
158158
>
159-
OxLAUNCHER 1.3.8
159+
OxLAUNCHER 1.3.9
160160
</span>
161161
<p>by Proxwian</p>
162162
<div

0 commit comments

Comments
 (0)