Skip to content

Commit

Permalink
[1.1.3] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Sep 22, 2021
1 parent 7566d26 commit 1ef4f7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MCStart
Automatically start a Minecraft server whenever a whitelisted player tries to join.

[Download v1.1.2](https://github.com/kuba2k2/mcstart/releases/tag/v1.1.2)
[Download v1.1.3](https://github.com/kuba2k2/mcstart/releases/tag/v1.1.3)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'pl.szczodrzynski'
version '1.1.2'
version '1.1.3'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion docker-install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

wget https://github.com/kuba2k2/mcstart/releases/download/v1.1.2/mcstart-1.1.2.jar -O /mcstart.jar
wget https://github.com/kuba2k2/mcstart/releases/download/v1.1.3/mcstart-1.1.3.jar -O /mcstart.jar
sed -i 's/exec /mcstart /g' /start-finalExec
echo "function mcstart(){ exec java -Xmx256M -jar /mcstart.jar \$* ; }" >> /start-utils
2 changes: 1 addition & 1 deletion src/main/kotlin/pl/szczodrzynski/mcstart/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package pl.szczodrzynski.mcstart

object Version {
const val CODE = "1.1.2"
const val CODE = "1.1.3"
override fun toString(): String {
return CODE
}
Expand Down

0 comments on commit 1ef4f7e

Please sign in to comment.