Skip to content

Commit

Permalink
Update to 1.12.1 (No obfuscation changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix616 committed Aug 22, 2017
1 parent 3151d63 commit 6508fb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -29,8 +29,8 @@ group = "me.totemo.watson" // http://maven.apache.org/guides/mini/guide-naming-c
archivesBaseName = "watson"

minecraft {
version = "1.12"
mappings = "snapshot_20170614"
version = "1.12.1"
mappings = "snapshot_20170822"
runDir = "run"
}

Expand Down Expand Up @@ -72,7 +72,7 @@ litemod {
name = "Watson"
json {
name = "Watson"
mcversion = "1.12"
mcversion = "1.12.1"
//mixinConfigs += "mixins.watson.json"
author = "totemo"
description = "A 3-D log visualisation tool."
Expand Down

0 comments on commit 6508fb1

Please sign in to comment.