diff --git a/CMakeLists.txt b/CMakeLists.txt index 57d6755a..d005081c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,8 +72,8 @@ set(Launcher_NEWS_RSS_URL "https://multimc.org/rss.xml" CACHE STRING "URL to fet ######## Set version numbers ######## set(Launcher_VERSION_MAJOR 0) -set(Launcher_VERSION_MINOR 6) -set(Launcher_VERSION_HOTFIX 16) +set(Launcher_VERSION_MINOR 7) +set(Launcher_VERSION_HOTFIX 0) # Build number set(Launcher_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") diff --git a/changelog.md b/changelog.md index 39e57465..737dbc18 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ This brings some good and bad changes to modpack platforms, along with various fixes. -We've added Modrinth as a directly supported modpack platform. It's nice, and the list of packs availale from it is slowly growing. +We've added Modrinth as a directly supported modpack platform. It's nice, and the list of packs available from it is slowly growing. We can no longer directly import FTB modpacks from the FTB platform. Instead, this has been replaced by import from the [FTB App](https://www.feed-the-beast.com/app). You can get FTB modpacks through the FTB App and then import them into MultiMC using the `FTB App Import` page in `Add Instance`.