Skip to content

Commit

Permalink
1.3.2 release for Minecraft 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xaeroverse committed Aug 20, 2014
1 parent 686456d commit 09ac2f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## implemented but not yet released
## 1.3.2
- updated for Minecraft 1.7.10
- added LiteLoader and Forge/FML controller delegates for bootstrapping
(packaged into one jar); ModLoader and jar-modding is no longer supported in
the Tweaks era
- more granular profiling
- added `ApiInfo.getModDirectory` and `LibShapeDraw.debugDump`

Expand Down
2 changes: 1 addition & 1 deletion projects/all/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ libshapedraw.updatecheck=false
libshapedraw.authors=bencvt, xaeroverse
libshapedraw.blurb=LibShapeDraw is an open-source API mod that provides a set of flexible and powerful drawing and animation tools for other Minecraft client mods to use.
libshapedraw.blurb.demos=A set of simple mods demonstrating some of the ways that you, as a mod author, can use LibShapeDraw in your own mod!
libshapedraw.version=1.3.1-SNAPSHOT
libshapedraw.version=1.3.2
libshapedraw.revision=0
minecraft.version=1.7.10
liteloader.version=1.7.10

0 comments on commit 09ac2f4

Please sign in to comment.