Skip to content

Commit

Permalink
chore(*): Publish 1.8.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Sep 18, 2018
1 parent f25f70b commit 20692dc
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion app/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Application extends LaravelApplication
*
* @var string
*/
const VERSION = '1.8.5';
const VERSION = '1.8.6';

/**
* The core vendor YAML file.
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@
"overtrue/easy-sms": "^1.0",
"pingplusplus/pingpp-php": "^2.2",
"predis/predis": "^1.1",
"slimkit/plus-appversion": "1.8.5",
"slimkit/plus-around-amap": "1.8.5",
"slimkit/plus-checkin": "1.8.5",
"slimkit/plus-feed": "1.8.5",
"slimkit/plus-id": "1.8.5",
"slimkit/plus-music": "1.8.5",
"slimkit/plus-news": "1.8.5",
"slimkit/plus-socialite": "1.8.5",
"slimkit/plus-appversion": "1.8.6",
"slimkit/plus-around-amap": "1.8.6",
"slimkit/plus-checkin": "1.8.6",
"slimkit/plus-feed": "1.8.6",
"slimkit/plus-id": "1.8.6",
"slimkit/plus-music": "1.8.6",
"slimkit/plus-news": "1.8.6",
"slimkit/plus-socialite": "1.8.6",
"symfony/finder": "^4.0",
"symfony/yaml": "^4.0",
"tymon/jwt-auth": "1.0.0-rc.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/slimkit-plus-appversion/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
]
}
},
"version": "1.8.5"
"version": "1.8.6"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-around-amap/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
]
}
},
"version": "1.8.5"
"version": "1.8.6"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-checkin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
]
}
},
"version": "1.8.5"
"version": "1.8.6"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-feed/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
]
}
},
"version": "1.8.5"
"version": "1.8.6"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-id/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
]
}
},
"version": "1.8.5"
"version": "1.8.6"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-music/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
]
}
},
"version": "1.8.5"
"version": "1.8.6"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-news/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
]
}
},
"version": "1.8.5"
"version": "1.8.6"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-socialite/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
]
}
},
"version": "1.8.5"
"version": "1.8.6"
}

0 comments on commit 20692dc

Please sign in to comment.