Skip to content

Commit

Permalink
prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Igrium committed Jul 5, 2021
1 parent 03be5a1 commit 960cacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if (currentOS.isWindows()) {
}

def javaFX_version = '17-ea+13'
def scaffold_version = '0.4.0-SNAPSHOT'
def scaffold_version = '0.4.0'

dependencies {
// To change the versions see the gradle.properties file
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.11.3

# Mod Properties
mod_version = 0.4.0-SNAPSHOT
mod_version = 0.4.0
maven_group = org.scaffoldeditor
archives_base_name = scaffoldeditor-mc

Expand Down

0 comments on commit 960cacf

Please sign in to comment.