diff --git a/CHANGES.md b/CHANGES.md
index 5a537959f4..80a745425f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,6 @@
# Future
+
+# 1.8.2
- CHEEVOS: Display Unofficial and Unsupported achievement states
- CHEEVOS: Pass RetroArch and core versions through User-Agent HTTP header
- CHEEVOS: Use PSX.EXE if SYSTEM.CNF cannot be found
diff --git a/pkg/apple/OSX/Info.plist b/pkg/apple/OSX/Info.plist
index c74c3fb815..b1b6b7a11d 100644
--- a/pkg/apple/OSX/Info.plist
+++ b/pkg/apple/OSX/Info.plist
@@ -30,11 +30,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.8.1
+ 1.8.2
CFBundleSignature
????
CFBundleVersion
- 1.8.1
+ 1.8.2
LSMinimumSystemVersion
${MACOSX_DEPLOYMENT_TARGET}
NSHighResolutionCapable
diff --git a/pkg/apple/OSX/Info_Metal.plist b/pkg/apple/OSX/Info_Metal.plist
index b1e37bfd90..65f24c891a 100644
--- a/pkg/apple/OSX/Info_Metal.plist
+++ b/pkg/apple/OSX/Info_Metal.plist
@@ -30,11 +30,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.8.1
+ 1.8.2
CFBundleSignature
????
CFBundleVersion
- 1.8.1
+ 1.8.2
LSMinimumSystemVersion
${MACOSX_DEPLOYMENT_TARGET}
NSHighResolutionCapable
diff --git a/pkg/apple/RetroArch_iOS9-Info.plist b/pkg/apple/RetroArch_iOS9-Info.plist
index 723499c253..c31379a874 100644
--- a/pkg/apple/RetroArch_iOS9-Info.plist
+++ b/pkg/apple/RetroArch_iOS9-Info.plist
@@ -33,11 +33,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.8.1
+ 1.8.2
CFBundleSignature
????
CFBundleVersion
- 1.8.1
+ 1.8.2
LSRequiresIPhoneOS
UIApplicationExitsOnSuspend
diff --git a/pkg/qnx/bar-descriptor.xml b/pkg/qnx/bar-descriptor.xml
index edbd191489..4c5a0d4fd5 100644
--- a/pkg/qnx/bar-descriptor.xml
+++ b/pkg/qnx/bar-descriptor.xml
@@ -2,7 +2,7 @@
com.RetroArch
- 1.8.1
+ 1.8.2
3
Cross-platform entertainment system
Team Libretro
diff --git a/pkg/sailfishos/retroarch-sailfishos.spec b/pkg/sailfishos/retroarch-sailfishos.spec
index 0f29220849..8969943472 100644
--- a/pkg/sailfishos/retroarch-sailfishos.spec
+++ b/pkg/sailfishos/retroarch-sailfishos.spec
@@ -1,5 +1,5 @@
Name: retroarch
-Version: 1.8.1
+Version: 1.8.2
Release: v1.2
Summary: Official reference frontend for libretro
diff --git a/pkg/wii/meta.xml b/pkg/wii/meta.xml
index 70d241ad9b..03ebf26a9b 100644
--- a/pkg/wii/meta.xml
+++ b/pkg/wii/meta.xml
@@ -4,7 +4,7 @@
RetroArch
Libretro
&version;
- 2012-2019
+ 2012-2020
The cross-platform entertainment system
A port of RetroArch to the GameCube/Wii.
diff --git a/pkg/wiiu/meta.xml b/pkg/wiiu/meta.xml
index 77ffaa2b9f..c01a0e6444 100644
--- a/pkg/wiiu/meta.xml
+++ b/pkg/wiiu/meta.xml
@@ -4,7 +4,7 @@
Retroarch
Libretro
&version;
- 20190505133000
+ 20200505133000
RetroArch
diff --git a/version.all b/version.all
index 5f434713d2..c2a247a69d 100644
--- a/version.all
+++ b/version.all
@@ -6,8 +6,8 @@
# /* - pkg/snap/snapcraft.yaml (including the github url) */
#if 0
-RARCH_VERSION="1.8.1"
+RARCH_VERSION="1.8.2"
#endif
#ifndef PACKAGE_VERSION
-#define PACKAGE_VERSION "1.8.1"
+#define PACKAGE_VERSION "1.8.2"
#endif