File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -189,12 +189,12 @@ This causes the tasks to be updated (changed in git).
189189A README.md (Markdown) can be added to the .tasks folder and will be displayed at the end of the web page.
190190Use your preferred editor to change it.
191191
192- ### Statistics - NEW in v0.8 !
192+ ### Statistics - NEW in v0.2 !
193193
194194The web page now has amount of hours left, planned, burned and total of tasks shown
195195in the page (so these stats are filter sensitive).
196196
197- ### Timer - NEW in v0.8 !
197+ ### Timer - NEW in v0.2 !
198198
199199You can time your development easily with the new timer of the web page,
200200you can start/stop/reset it. But * beware* : if you reload the page, the
@@ -207,7 +207,7 @@ use git-task locally and push the code!!!
207207
208208## Changelog
209209
210- - v0.8
210+ - v0.2
211211 - Removed the need of having the NODE_PATH env variable to successfuly
212212 run git-task script.
213213 - Moved the Task object definition to the .tasks/config.js.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ var git = require('./git');
1313require ( './common' ) ;
1414var server = require ( './server' ) ;
1515
16- var GitTaskVersion = '0.8 ' ; // Change version here!
16+ var GitTaskVersion = '0.2.0 ' ; // Change version here!
1717
1818const DEFAULT_TEMPLATE_DIR = path . normalize ( __dirname + path . sep + ".." + path . sep + "site" ) ;
1919
You can’t perform that action at this time.
0 commit comments