Skip to content
This repository was archived by the owner on Nov 26, 2019. It is now read-only.

Commit 94d90d3

Browse files
committed
Bump version number
1 parent 24449c0 commit 94d90d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion = 8.6.1
1+
projectVersion = 8.6.2
22
projectGroup = me.marcelschr.samp
33
projectVendor = Bios-Marcel
44
gradleWrapperVersion = 4.6

src/main/kotlin/com/msc/serverbrowser/util/UpdateUtility.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object UpdateUtility {
2727
* In the new version scheme i will include the major version of the compatible jre version,
2828
* since in the feature i'll to know this as for having to update the jre as well.
2929
*/
30-
const val VERSION = "8.6.1"
30+
const val VERSION = "8.6.2"
3131

3232
/** Username/Repository on GitHub. */
3333
private const val TARGET_REPOSITORY_FOR_UPDATES = "Bios-Marcel/ServerBrowser"

0 commit comments

Comments
 (0)