diff --git a/README.md b/README.md index baea67f..6f57a33 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index d860947..066397e 100644 --- a/composer.json +++ b/composer.json @@ -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",