diff --git a/README.md b/README.md index c697327c7..9af6e7c0a 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,9 @@ From small features such as always-expanded cards, all the way to larger feature The only thing you have to consider when suggesting a feature is the impact it will have on users who don't have a lot of experience with computers. ## Changelog +### 3.1.31 +- Downgraded node-ipc + ### 3.1.30 - Added Hard Bullet support. - Added support for doorstop v4. diff --git a/package.json b/package.json index f8f7b3abd..5f1434ec5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "r2modman", - "version": "3.1.30", + "version": "3.1.31", "description": "A simple and easy to use mod manager for several games using Thunderstore.", "productName": "r2modman", "author": "ebkr", diff --git a/src/_managerinf/ManagerInformation.ts b/src/_managerinf/ManagerInformation.ts index fdafd0cb7..f3ee105cf 100644 --- a/src/_managerinf/ManagerInformation.ts +++ b/src/_managerinf/ManagerInformation.ts @@ -1,7 +1,7 @@ import VersionNumber from '../model/VersionNumber'; export default class ManagerInformation { - public static VERSION: VersionNumber = new VersionNumber('3.1.30'); + public static VERSION: VersionNumber = new VersionNumber('3.1.31'); public static IS_PORTABLE: boolean = false; public static APP_NAME: string = "r2modman"; }