Skip to content

Commit cca4fc6

Browse files
committed
Changing package version.
1 parent 541e2ef commit cca4fc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ This causes the tasks to be updated (changed in git).
189189
A README.md (Markdown) can be added to the .tasks folder and will be displayed at the end of the web page.
190190
Use your preferred editor to change it.
191191

192-
### Statistics - NEW in v0.8!
192+
### Statistics - NEW in v0.2!
193193

194194
The web page now has amount of hours left, planned, burned and total of tasks shown
195195
in the page (so these stats are filter sensitive).
196196

197-
### Timer - NEW in v0.8!
197+
### Timer - NEW in v0.2!
198198

199199
You can time your development easily with the new timer of the web page,
200200
you 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.

lib/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var git = require('./git');
1313
require('./common');
1414
var server = require('./server');
1515

16-
var GitTaskVersion = '0.8'; // Change version here!
16+
var GitTaskVersion = '0.2.0'; // Change version here!
1717

1818
const DEFAULT_TEMPLATE_DIR = path.normalize(__dirname + path.sep + ".." + path.sep + "site");
1919

0 commit comments

Comments
 (0)