diff options
| author | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2016-05-03 17:55:35 +0200 |
|---|---|---|
| committer | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2016-05-03 17:55:35 +0200 |
| commit | 8e198254467d22bfe72d23a91cb1acfbe25761b2 (patch) | |
| tree | e13537f354d8220af2402c4d7347914bbef5994b /build.gradle | |
| parent | 56422c06b18c969533940f85a6e9feeab85d9c64 (diff) | |
Added furnace recipes, missing blocks, textures and on!
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 02c8066..958e99e 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ repositories { } } -version = "0.2a" +version = "0.3b" group = "com.sosnitzka.zcompression" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "zcompression" |
