diff options
| author | Léo Kosman <leo.kosman@proton.me> | 2024-08-24 12:55:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-24 12:55:01 +0200 |
| commit | 34dc864a495699f1311651c92111884653b42806 (patch) | |
| tree | fcfe59c6d292f4c52d3c81cd51dd019b0e72b388 /gradle.properties | |
| parent | 1973cd58deb902e6df6a152b38e6585a0bf61a5e (diff) | |
| parent | d1d56e097d1aaa90358069370f454e65fc9dbbd5 (diff) | |
Merge pull request #4 from anhgelus/feat/config
[Feat] Config file
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index a5e4f25..4629a79 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ minecraft_version=1.21.1 yarn_mappings=1.21.1+build.3 loader_version=0.16.2 # Mod Properties -mod_version=1.0.0 +mod_version=1.1.0 maven_group=world.anhgelus archives_base_name=Molehunt # Dependencies |
