Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Feb 3, 2016
1 parent 033a71b commit 1598d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ First, pull in the package through Composer.

```js
"require": {
"znck/belongs-to-through": "~2.0"
"znck/belongs-to-through": "~2.1"
}
```

Expand Down Expand Up @@ -99,4 +99,4 @@ Class City extends Model {
return $this->belongsToThrough(Country::class, [[State::class, 'national_state_id'], District::class]);
}
}
```
```

0 comments on commit 1598d51

Please sign in to comment.