From 9b37426070d02b0dfabd6d8f976723e54e3a1feb Mon Sep 17 00:00:00 2001 From: pietru Date: Fri, 29 Mar 2024 18:53:31 +0100 Subject: [PATCH] update readme.md --- gradle.properties | 2 +- readme.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d732505..b7d3775 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.caching=false # Project Info - version=1.1.0 + version=1.1.1 group=net.pietru id=omni_power diff --git a/readme.md b/readme.md index 89ba451..33caea7 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,9 @@ Based on the example mod for the [Cosmic Quilt](https://codeberg.org/CRModders/c ## Mod requires - Flux API (0.4.0+) +
+
+Mod Licensed under licensed under Attribution-NonCommercial 4.0 International. ## How to test/build For testing in the dev env, you can use the `gradle run` task