Skip to content

Commit

Permalink
Released version 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabik committed Dec 2, 2012
1 parent 7c08c16 commit d36e57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a database layer for Nette Framework based on `Nette\Database`.

## Installation

Get the source code using [Composer](http://getcomposer.org/) (add `"fabik/database": "1.0.*"` to your `composer.json`) or directly download `Database` to your libs directory.
Get the source code using [Composer](http://getcomposer.org/) (add `"fabik/database": "1.1.*"` to your `composer.json`) or directly download `Database` to your libs directory.

## Example of use

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabik/database",
"version": "1.0.0",
"version": "1.1.0",
"description": "Database layer for Nette Framework.",
"keywords": ["database", "nette"],
"homepage": "http://github.com/fabik/database",
Expand Down

0 comments on commit d36e57a

Please sign in to comment.