Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
auxves committed Sep 19, 2023
1 parent cfc20ac commit a8a067a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
kotlin.code.style=official
org.gradle.jvmargs=-Xmx1G

version=3.0.1

# Versions (https://fabricmc.net/develop)
minecraft=1.20.1
yarn=1.20.1+build.10
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "vibes",
"version": "3.0.1",
"version": "${version}",
"name": "Vibes — Portable Jukeboxes!",
"description": "Listen to music discs on the go with the Vibe, a portable jukebox!",
"authors": ["auxves"],
Expand Down

0 comments on commit a8a067a

Please sign in to comment.