diff options
| author | Teddy Wing | 2017-04-05 20:15:11 +0200 |
|---|---|---|
| committer | Teddy Wing | 2017-04-05 20:15:11 +0200 |
| commit | f8c558d06fbd0d7d562a779e640e0735ec3014fb (patch) | |
| tree | e264c436c06efafec32ebe353d818a1830ec6e8e | |
| parent | 1d756ba338443f319f156b388223339639f91faf (diff) | |
| download | chrome-timetasker-f8c558d06fbd0d7d562a779e640e0735ec3014fb.tar.bz2 | |
Increase version v0.0.2 -> v0.0.3
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ CHANGELOG ========= +v0.0.3 (2017.04.05): + * Increase timeouts of asynchronous select box auto-populators + v0.0.2 (2017.03.19): * Code cleanup * Fix bug populating the billable checkbox diff --git a/manifest.json b/manifest.json index 04e133e..141d79c 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Timetasker", "description": "Automatic weekly Time Task form filler", - "version": "0.0.2", + "version": "0.0.3", "content_scripts": [ { |
