Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkienl committed Dec 27, 2022
1 parent f43ca6a commit 938dfb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ Support
-------

If you need help with the program, ask for FrankkieNL in the Project OutFox Discord server.

Development
-----------

This project uses the Gradle build system. I recommend using the IDE, IntelliJ IDEA, which has built-in support.
Use the gradle task fatJar to create a stand-alone runnable jar.
Make sure to update the version in build.gradle.kts.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.tinyfoxes.translationhelper"
version = "0.1.1"
version = "0.1.2"

repositories {
mavenCentral()
Expand Down Expand Up @@ -34,5 +34,5 @@ tasks {
}

application {
mainClass.set("MainKt")
mainClass.set("com.tinyfoxes.translationhelper.MainKt")
}

0 comments on commit 938dfb1

Please sign in to comment.