Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vesln committed Nov 27, 2013
1 parent 76485c6 commit 55e5e3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

0.0.1 / 2013-11-27
==================

* Initial implementation
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Tiny Selenium spawner.

- java (to run Selenium)
- wget (to download Selenium)
- phantomjs, Firefox, Chrome (pick what you want to use)

## Usage

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seltron",
"version": "0.0.0",
"description": "",
"version": "0.0.1",
"description": "Tiny Selenium spawner",
"main": "./lib/seltron.js",
"homepage": "https://github.com/vesln/seltron",
"scripts": {
Expand Down

0 comments on commit 55e5e3a

Please sign in to comment.