Skip to content

Commit

Permalink
update REAME for 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarshantanu committed Jan 28, 2014
1 parent 6e1b4c8 commit de8c519
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,7 @@ Supported actions:

On Clojars: https://clojars.org/clj-liquibase

Leiningen dependency: `[clj-liquibase "0.5.0"]`
Leiningen dependency: `[clj-liquibase "0.5.1"]`


### Quickstart
Expand All @@ -27,7 +27,7 @@ include the following dependencies in `project.clj`:

```clojure
[clj-dbcp "0.8.1"] ; to create connection-pooling DataSource
[clj-liquibase "0.5.0"] ; for this library
[clj-liquibase "0.5.1"] ; for this library
[oss-jdbc "0.8.0"] ; for Open Source JDBC drivers
```

Expand Down Expand Up @@ -81,11 +81,13 @@ lein run -m fooapp.dbschema update

For more documentation please refer the file `doc/intro.md` in this repo.


## Contributors

* Shantanu Kumar (author)
* [Jonathan Rojas](https://github.com/john-roj87)


## License

Copyright © 2012-2014 Shantanu Kumar
Expand Down

0 comments on commit de8c519

Please sign in to comment.