diff --git a/package.yaml b/package.yaml index 3982761..789de9a 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: toodles -version: 0.1.3 +version: 0.1.4 github: "aviaviavi/toodles" license: MIT author: "Avi Press" diff --git a/toodles.cabal b/toodles.cabal index 1439abb..0d75ac5 100644 --- a/toodles.cabal +++ b/toodles.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: be67d7fdedede4535ed6fc270ecfc9fd026028a2931b845227a3f6fef333ffe3 +-- hash: d93f519ad4c4baf9563735f63c202d5e0dc4587304be7d1ab5c1f9206ff910cd name: toodles -version: 0.1.3 +version: 0.1.4 synopsis: Manage the TODO entries in your code description: Toodles scrapes your entire repository for TODO entries and organizes them so you can manage your project directly from the code. View, filter, sort, and edit your TODO\'s with an easy to use web application. When you make changes via toodles, the edits will be applied directly the TODO entries in your code. When you\'re done, commit and push your changes to share them with your team! category: Project Management