chore: 1.1.0 release
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Timo Ley 2022-07-22 22:46:42 +02:00
parent 72d110aeeb
commit 45ff4199d1

View file

@ -1,5 +1,5 @@
// Version number used for the archive name
pub const version = "1.0.0";
pub const version = "1.1.0";
pub const build_dir = "build";
pub const minecraft_version = "1.18.2";
pub const fabric_loader_version = "0.14.8";