Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
- Fixed some bugs with potted plants
- Cleaned up code in TrapdoorBlockModel
- Added tests for Identifier
  • Loading branch information
Juuxel committed Apr 21, 2019
1 parent 32885e0 commit fa16005
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

allprojects {
group = "io.github.cottonmc"
version = "0.4.0"
version = "0.4.1"

repositories {
jcenter()
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
include("gui")
rootProject.name = "json-factory"
project(":gui").name = "json-factory-gui"

0 comments on commit fa16005

Please sign in to comment.