Skip to content

Commit

Permalink
Merge pull request #66 from TheProgramSrc/patch/remove-debug-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Fran authored Oct 23, 2022
2 parents 44da6e6 + f334468 commit 631c8bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.4.4 - Snapshot
* Updated some dependencies
* Removed debug logs

## v0.4.3 - Snapshot
* Updated kotlin 1.7.20
* Updated junit 5.9.1
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'org.jetbrains.dokka' version '1.7.20'
}

def projectVersion = (System.getenv("VERSION") ?: '0.4.3-SNAPSHOT').replaceFirst("v", "").replace('/', '')
def projectVersion = (System.getenv("VERSION") ?: '0.4.4-SNAPSHOT').replaceFirst("v", "").replace('/', '')

group 'xyz.theprogramsrc'
version projectVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class GitHubUpdateChecker(val logger: ILogger, val repo: String, val currentVers
}, System.currentTimeMillis())
requestedData[id] = cached
}
println(cached.first.toString() + " - $id")
return cached.first
}

Expand Down

0 comments on commit 631c8bd

Please sign in to comment.