Skip to content

Commit

Permalink
Changing only the Driver (no need for the Java Bindings) to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Jan 12, 2014
1 parent e401410 commit 24452f7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v1.1.1 (2014-01-12) ([issues](https://github.com/detro/ghostdriver/issues?labels=1.1.1&state=closed))

### JavaScript Driver (Core)
* ENHANCEMENT #170: Implement Session Isolation

## v1.1.0 (2014-01-01) ([issues](https://github.com/detro/ghostdriver/issues?labels=1.1.0&state=closed))

### JavaScript Driver (Core)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
4 changes: 2 additions & 2 deletions VERSION.README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ To update the version, please modify the following files:

* `CHANGELOG.md`
* `VERSION`
* `binding/java/build.gradle`
* `binding/java/build.gradle` (only if a new binding is needed)
* `src/main.js`
* `test/java/build.gradle`
* `test/java/build.gradle` (only if a new binding is needed)
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ghostdriver = {
hub : require("./hub_register.js"),
logger : require("./logger.js"),
config : null, //< this will be set below
version : "1.1.0"
version : "1.1.1"
};

// create logger
Expand Down

0 comments on commit 24452f7

Please sign in to comment.