Skip to content

Commit

Permalink
novo commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
whenriquelsh committed Oct 29, 2023
1 parent 4d64bc7 commit 2a0bc73
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 '1.0.0.0'
version '0.7.2.4'
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=1.0.0.0
version=0.7.2.4

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

0 comments on commit 2a0bc73

Please sign in to comment.