grim/port-authority

1997855f0b17
flow: Merged '0.0.10' to ('default').
  • +2 -2
    js/app.js
  • +1 -1
    manifest.json
  • --- a/js/app.js Tue Mar 17 13:59:08 2015 -0500
    +++ b/js/app.js Thu Mar 19 17:49:53 2015 -0500
    @@ -89,10 +89,10 @@
    repo.expanded = false;
    - $scope.refreshing = false;
    -
    return repo;
    });
    +
    + $scope.refreshing = false;
    })
    .error(function(data, status, headers, config) {
    var timer_end = window.performance.now();
    --- a/manifest.json Tue Mar 17 13:59:08 2015 -0500
    +++ b/manifest.json Thu Mar 19 17:49:53 2015 -0500
    @@ -1,6 +1,6 @@
    {
    "name": "Port Authority",
    - "version": "0.0.9",
    + "version": "0.0.10",
    "manifest_version": 2,
    "description": "Chrome application for interacting with a Docker registry",
    "icons": {