Skip to content

Commit

Permalink
Bump version (3.7.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chryfi authored and mchorse committed Jul 19, 2022
1 parent dec89c2 commit 5134baf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.

version = "3.7"
version = "3.7.1"

if (project.hasProperty("dev")) {
version += "-dev" + dev
Expand Down Expand Up @@ -70,9 +70,9 @@ dependencies {
//deobfProvided 'com.mod-buildcraft:buildcraft:6.0.8:dev'

// For testing alpha and other stuff
deobfCompile "curse.maven:metamorph:2989420"
deobfCompile "curse.maven:blockbuster:2989424"
deobfCompile "curse.maven:mchorses-mclib:2989418"
//deobfCompile "curse.maven:metamorph:2989420"
//deobfCompile "curse.maven:blockbuster:2989424"
//deobfCompile "curse.maven:mchorses-mclib:2989418"

// for more info...
// http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html
Expand Down

0 comments on commit 5134baf

Please sign in to comment.