Skip to content

Commit d961dda

Browse files
committed
Bumped to v1.12.3
1 parent de67727 commit d961dda

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
- Up to date
66

7+
## [1.12.3] - 2023-05-09
8+
9+
### Fixed
10+
11+
- Permissions for the Itch scraper.
12+
713
## [1.12.2] - 2023-04-05
814

915
### Fixed

scriptmodules/emulators/godot-engine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ TMP_DIR="$home/.tmp/$RP_MODULE_ID"
3333
SETTINGS_DIR="$romdir/$RP_MODULE_ID/settings"
3434
CONFIGS_DIR="/opt/retropie/configs/$RP_MODULE_ID"
3535

36-
SCRIPT_VERSION="1.12.2"
36+
SCRIPT_VERSION="1.12.3"
3737
VERSION_MAJOR="$(echo "$SCRIPT_VERSION" | cut -d "." -f 1)"
3838
VERSION_MINOR="$(echo "$SCRIPT_VERSION" | cut -d "." -f 2)"
3939
VERSION_PATCH="$(echo "$SCRIPT_VERSION" | cut -d "." -f 3)"

setup-godot-engine-scriptmodule.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ readonly RP_DIR="$home/RetroPie"
2222
readonly RP_ROMS_DIR="$RP_DIR/roms"
2323
readonly RP_EMULATORS_DIR="/opt/retropie/emulators"
2424

25-
readonly SCRIPT_VERSION="1.12.2"
25+
readonly SCRIPT_VERSION="1.12.3"
2626
readonly VERSION_MAJOR="$(echo "$SCRIPT_VERSION" | cut -d "." -f 1)"
2727
readonly VERSION_MINOR="$(echo "$SCRIPT_VERSION" | cut -d "." -f 2)"
2828
readonly VERSION_PATCH="$(echo "$SCRIPT_VERSION" | cut -d "." -f 3)"

0 commit comments

Comments
 (0)