Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
StanAngeloff committed Sep 7, 2012
1 parent 74aee9c commit d966ad7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -560,6 +560,17 @@ The goal of this project is to provide an awesome tool for developers to test th


Commit and code reviews, ideas and documentation improvements are welcomed. Commit and code reviews, ideas and documentation improvements are welcomed.


Changelog
---------

### 0.2

* [74aee9c](https://github.com/StanAngeloff/lotte/commit/74aee9c) - Drop 'findit' and use 'walkdir', support Windows.
* [4ab5679](https://github.com/StanAngeloff/lotte/commit/4ab5679) - Bump dependencies versions in package.json and address deprecations.
* [8a49077](https://github.com/StanAngeloff/lotte/commit/8a49077) - Address deprecation "`path.exists` is now called `fs.exists`."
* [1189ae6](https://github.com/StanAngeloff/lotte/commit/1189ae6) - Add (verified) support for PhantomJS 1.6.x.
* [4c9d441](https://github.com/StanAngeloff/lotte/commit/4c9d441) - Emit 'compile' to allow hooks to modify the code before it's compiled.

### Copyright ### Copyright


> Copyright (c) 2011 Stan Angeloff. See [LICENSE.md](https://github.com/StanAngeloff/lotte/blob/master/LICENSE.md) for details. > Copyright (c) 2011 Stan Angeloff. See [LICENSE.md](https://github.com/StanAngeloff/lotte/blob/master/LICENSE.md) for details.
2 changes: 1 addition & 1 deletion bin/cli.js
Expand Up @@ -88,7 +88,7 @@ if (defaults.help) {
process.exit(0); process.exit(0);
} }
if (defaults.version) { if (defaults.version) {
console.log('%s %s', defaults.$0, '0.1.2-2'); console.log('%s %s', defaults.$0, '0.2');
process.exit(0); process.exit(0);
} }


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "lotte", { "name": "lotte",
"version": "0.1.2-2", "version": "0.2",
"description": "Headless, automated browser testing using PhantomJS", "description": "Headless, automated browser testing using PhantomJS",
"homepage": "https://github.com/StanAngeloff/lotte", "homepage": "https://github.com/StanAngeloff/lotte",
"bugs": "https://github.com/StanAngeloff/lotte/issues", "bugs": "https://github.com/StanAngeloff/lotte/issues",
Expand Down

0 comments on commit d966ad7

Please sign in to comment.