Skip to content

Commit

Permalink
docs: upate readme, changelog, and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Mar 26, 2024
1 parent 2d498e7 commit 669f22d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Support NeoForge.
- 1.20.4 will come soon.
- Icon update.
- Fix #1: allow setting the behaviour when the server has a resource pack (`resourcePackBehaviour` config option).
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

![Screenshot 2](./readme/screenshot_2.png)

Download on [CurseForge](https://www.curseforge.com/minecraft/mc-mods/quicker-connect-button) or [Modrinth](https://modrinth.com/mod/quicker-connect-button).

## Configuration

The config can either be changed through a GUI (using Mod Menu on Fabric or the config button on Forge), or directly at `config/quickerconnectbutton.json5`. The GUI contains tooltips explaining each option.
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ allprojects {
}

tasks.publish {
dependsOn("clean")
dependsOn("githubRelease")
dependsOn("fabric:publishUnified")
dependsOn("quilt:publishUnified")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.parallel=true
version=2.0.1+1.20.4
version=2.1.0+1.20.4
minecraft_version=1.20.4
branch=main
group=io.github.jamalam360
Expand Down

0 comments on commit 669f22d

Please sign in to comment.