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 Dec 20, 2023
1 parent 4ba1a9e commit 7f7761e
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.8'
version '0.7.3.0'
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.8
version=0.7.3.0

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.8",
version = "0.7.3.0",
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.8",
version = "0.7.3.0",
description = "A plugin which contains hCore.",
website = "https://github.com/hakan-krgn/hCore"
)
Expand Down

0 comments on commit 7f7761e

Please sign in to comment.