Skip to content

Commit

Permalink
Resoday 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rybak committed Aug 18, 2023
1 parent 8f4d255 commit 29e568e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.7
Features
- Layout of buttons can now be changed for each habit (tab) separately.
Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fun Process.waitForOrKill(millis: Long) {
* TODO maybe generate Version.java from Gradle?
*/
fun calculateVersion(): String {
val defaultVersion: String = "1.6-nongit"
val defaultVersion: String = "1.7-nongit"
try {
val git: Grgit = Grgit.open(mapOf("dir" to project.rootDir))
/*
Expand Down

0 comments on commit 29e568e

Please sign in to comment.