We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91a03f commit 8fe6bfbCopy full SHA for 8fe6bfb
2 files changed
README.md
@@ -2,4 +2,6 @@ This project is scheduled for archiving in the near future.
2
3
For reference to future alternative projects, please see [PrototypeMachinery](https://github.com/NovaEngineering-Source/PrototypeMachinery).
4
5
+This project will continue to receive maintenance updates before the new project is fully ready.
6
+
7
You can free to fork this repository if you wish to continue development on it.
build.gradle.kts
@@ -14,7 +14,7 @@ plugins {
14
15
// Project properties
16
group = "hellfirepvp.modularmachinery"
17
-version = "2.3.0"
+version = "2.3.1"
18
19
// Set the toolchain version to decouple the Java we run Gradle with from the Java used to compile and run the mod
20
java {
0 commit comments