diff --git a/README.md b/README.md index 28385d4..e51fde4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ for various backends like Redis or Memcached. ## Documentation -- [API Documentation 0.1.0](http://philiplb.github.io/PHPProm/docs/0.1.0/) (upcoming) +- [API Documentation 0.1.0](http://philiplb.github.io/PHPProm/docs/0.1.0/) ## Package @@ -25,13 +25,17 @@ in the changelog when upgrading. ### Stable -Upcoming. +```json +"require": { + "philiplb/crudlex": "0.1.0" +} +``` ### Bleeding Edge ```json "require": { - "philiplb/crudlex": "0.1.x-dev" + "philiplb/crudlex": "0.2.x-dev" } ``` diff --git a/composer.json b/composer.json index 9381ba6..58a85d3 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.1.x-dev" + "dev-master": "0.2.x-dev" } }, "require": {