diff options
author | msglm <msglm@techchud.xyz> | 2023-02-05 03:22:06 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-02-05 06:47:36 -0600 |
commit | da7c870b947cc147e73937f7add62a73a26eae4f (patch) | |
tree | 0f535083c5e461b8cae2cf14c46664a77dbe6d24 /indeedwatcher.nimble | |
parent | b64ddc624eace86f17e5c3db54e8d87c7bd6ffa0 (diff) | |
download | indeedwatcher-da7c870b947cc147e73937f7add62a73a26eae4f.tar.gz indeedwatcher-da7c870b947cc147e73937f7add62a73a26eae4f.tar.bz2 indeedwatcher-da7c870b947cc147e73937f7add62a73a26eae4f.zip |
1.0.4 improvementsv1.0.4
Fixed cache system
Fixed Company names not appearing
vastly simplified the cache system
improved stability
Version Bump
Diffstat (limited to 'indeedwatcher.nimble')
-rw-r--r-- | indeedwatcher.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indeedwatcher.nimble b/indeedwatcher.nimble index 6910e55..c647a88 100644 --- a/indeedwatcher.nimble +++ b/indeedwatcher.nimble @@ -1,6 +1,6 @@ # Package -version = "1.0.3" +version = "1.0.4" author = "msglm" description = "Watches indeed for job updates." license = "AGPL-3.0-only" |