grim/port-authority

merge all the things
develop
2015-03-13, Gary Kramlich
293f580808fe
merge all the things
  • +1 -1
    Makefile
  • +1 -1
    manifest.json
  • --- a/Makefile Fri Mar 13 00:28:47 2015 -0500
    +++ b/Makefile Fri Mar 13 00:31:43 2015 -0500
    @@ -5,7 +5,7 @@
    .PHONY: all clean
    all: .
    - zip -9r $(OUTPUT) . -x .hg* .hg/*
    + zip -9r $(OUTPUT) . -x *.hg* *.hg*
    clean:
    rm -f $(OUTPUT)
    --- a/manifest.json Fri Mar 13 00:28:47 2015 -0500
    +++ b/manifest.json Fri Mar 13 00:31:43 2015 -0500
    @@ -1,6 +1,6 @@
    {
    "name": "Port Authority",
    - "version": "0.0.4",
    + "version": "0.0.6",
    "manifest_version": 2,
    "description": "Chrome application for interacting with a Docker registry",
    "icons": {