diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2023-11-14 23:44:29 -0500 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2023-11-14 23:44:29 -0500 |
| commit | e19e3f5c0523e0eef3773ee68c5f61d74e738575 (patch) | |
| tree | 9563e65b12e48bd0a4795fa8ba93c48c9dfe91ba /build.gradle.kts | |
| parent | 7946749294eb97ddfe66f509fa48887bfe3f2f41 (diff) | |
add offset when recipe book is open
Diffstat (limited to '')
| -rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index bb9a0e6..ef13538 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { id("fabric-loom") version "1.4-SNAPSHOT" } -version = "0.1.0" +version = "0.1.1" group = "net.inyourwalls" repositories { |
