Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neocraftr committed Jul 14, 2023
1 parent 88b51bb commit 21a5792
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1
with:
name: Release ${{ github.ref_name }},
name: Release ${{ github.ref_name }}
artifacts: ./build/libs/GrieferGames.jar
artifactContentType: application/java-archive
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ plugins {
}

group = "de.neocraftr.griefergames"
version = "0.0.1"
version = "1.0.0"

java.toolchain.languageVersion.set(JavaLanguageVersion.of(17))

labyMod {
defaultPackageName = "de.neocraftr.griefergames" //change this to your main package name (used by all modules)
defaultPackageName = "de.neocraftr.griefergames"
addonInfo {
namespace = "griefergames"
displayName = "GrieferGames"
author = "Neocraftr"
description = "This add-on adds many useful features for the GrieferGames.net server."
minecraftVersion = "1.8.9<1.12.2"
version = "0.0.1"
version = "1.0.0"
}

minecraft {
Expand Down

0 comments on commit 21a5792

Please sign in to comment.