Skip to content

Commit

Permalink
0.1.0 released!
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplb committed Nov 20, 2016
1 parent adb4afa commit 254673b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
}
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
"dev-master": "0.2.x-dev"
}
},
"require": {
Expand Down

0 comments on commit 254673b

Please sign in to comment.