version increment

This commit is contained in:
alterNERDtive 2023-06-20 09:18:03 +02:00
parent cbaca70a91
commit 2d9e0ad926
Signed by: alterNERDtive
GPG key ID: 547787A4FE6533F1
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
# devel
# 3.10.1.1 (2023-06-20) # 3.10.1.1 (2023-06-20)
* fixed AE2 auto crafting needing NBT editing * fixed AE2 auto crafting needing NBT editing

View file

@ -18,7 +18,7 @@ plugins {
apply plugin: 'net.minecraftforge.gradle' apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'org.spongepowered.mixin' apply plugin: 'org.spongepowered.mixin'
version = '1.18.2-3.10.1.1' version = '1.18.2-3.10.1.1+devel'
group = 'tv.alternerd.vault_tweaks' // http://maven.apache.org/guides/mini/guide-naming-conventions.html group = 'tv.alternerd.vault_tweaks' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'the_vault-tweaks' archivesBaseName = 'the_vault-tweaks'