Skip to content

Commit

Permalink
upgrade project version
Browse files Browse the repository at this point in the history
  • Loading branch information
hakan-krgn committed Nov 2, 2023
1 parent 17ce1bd commit daa77fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.7.2.6'
version '0.7.2.7'
sourceCompatibility = 8
compileJava.options.encoding = 'UTF-8'

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.7.2.6
version=0.7.2.7

org.gradle.daemon=true
org.gradle.caching=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@Plugin(
name = "hCore",
authors = "Hakan",
version = "0.7.2.6",
version = "0.7.2.7",
description = "A plugin which contains hCore.",
website = "https://github.com/hakan-krgn/hCore"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@Plugin(
name = "hCore",
authors = "Hakan",
version = "0.7.2.6",
version = "0.7.2.7",
description = "A plugin which contains hCore.",
website = "https://github.com/hakan-krgn/hCore"
)
Expand Down

0 comments on commit daa77fb

Please sign in to comment.