Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
billysometimes committed Sep 11, 2016
1 parent 7a0ea8c commit aecd964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The driver api tries to align with the javascript and python RethinkDB drivers.
to include this driver in your own project add the package to your pubspec.yaml file:
```
dependencies:
rethinkdb_driver: '^2.3.0'
rethinkdb_driver: '^2.3.1'
```

or to use bleeding edge:
Expand All @@ -37,7 +37,7 @@ or if you are a developer:
```

to run tests execute the following command from the project root:

**warning: tests are run against a live database, but they do attempt to
clean up after themselves**
```
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rethinkdb_driver
version: 2.3.0
version: 2.3.1
author: William Welch <billywelch@gmail.com>
description: Dart driver for RethinkDB.
homepage: https://github.com/billysometimes/rethinkdb
Expand Down

0 comments on commit aecd964

Please sign in to comment.