Skip to content

Commit

Permalink
Update version in Gradle and tweak readme for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Rittenhouse committed Mar 27, 2021
1 parent 11684b5 commit af23b61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
The Gitlab Time Tracker is a GUI tool for recording the amount of time you spend on GitLab issues
using the built-in time spend functionality (i.e. `/spend 30m` on an issue). You just click "start" on
an issue for a project you're a part of and the tracker will begin recording the amount of time you spend.
When you click "stop", it immediately records the time spent on the issue in GitLab.
When you click "stop", it immediately records the time spent on the issue in GitLab, or you can tweak the
spent time before submitting.

It also has features like:
* Rich and fast filtering of issues for a given project by title, issue number, and milestone
Expand Down
Binary file modified TimeTracker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "edu.erittenhouse"
version = "1.3.1"
version = "1.4.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit af23b61

Please sign in to comment.