Skip to content

Commit

Permalink
Update project version
Browse files Browse the repository at this point in the history
  • Loading branch information
hakan-krgn committed Dec 10, 2022
1 parent 1515b0c commit e4f3e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.hakan'
version '0.6.9.5'
version '0.6.9.6'
sourceCompatibility = 1.8
compileJava.options.encoding = 'UTF-8'

Expand Down
2 changes: 1 addition & 1 deletion bukkit/src/main/java/com/hakan/core/Bootstrap.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@Plugin(
name = "hCore",
authors = "Hakan",
version = "0.6.9.5",
version = "0.6.9.6",
apiVersion = "1.13",
website = "https://github.com/hakan-krgn/hCore",
description = "hCore is a plugin that offers many useful features for spigot developers."
Expand Down

0 comments on commit e4f3e28

Please sign in to comment.