Fix version ID, ignore LSP working files

This commit is contained in:
Danielle Hutzley 2022-06-14 12:43:40 -07:00
parent a59404b13b
commit ccd4809415
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -23,5 +23,8 @@ bin/
.classpath
.project
# LSP
workspace/
# macOS
*.DS_Store

View file

@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true
# Mod Properties
version = 1.0.0+1.18.2
version = 1.0.0+1.19
maven_group = com.example
archives_base_name = example_mod