Skip to content

Commit

Permalink
bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fivesmallq committed Mar 14, 2017
1 parent 7160c7c commit 16c3cab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Add it to your ``dependencies.yml``
```yaml
require:
- play
- play1-base -> api 0.3.1
- play1-base -> api 0.3.2
repositories:
- play-api:
type: http
artifact: http://pek3a.qingstor.com/playbase/play-api/api-0.3.1.zip
artifact: http://pek3a.qingstor.com/playbase/play-api/api-0.3.2.zip
contains:
- play1-base -> api
```
Expand Down
2 changes: 1 addition & 1 deletion api/conf/dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
self: play -> api 0.3.1
self: play -> api 0.3.2

require:
- play 1.4
Expand Down
2 changes: 1 addition & 1 deletion demo/conf/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require:
- play
- play1-base -> api 0.3.1
- play1-base -> api 0.3.2
- play1-base -> jongo 0.1
- play-codeborne -> logger 2.1
repositories:
Expand Down

0 comments on commit 16c3cab

Please sign in to comment.