diff options
author | Steve <nilslice@gmail.com> | 2017-01-30 10:22:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-30 10:22:20 -0800 |
commit | d8b1975b036e800d85fd2808458f51902b27ad5a (patch) | |
tree | 779fcf2bd1eaf1ff914c3acbdcd21c218e579fe0 /cmd | |
parent | 16a159acec94fd391e840fab061ed08cf894369f (diff) |
[core] Return data from api.Externalable requests for client to use in app (#55)
* add json response to externalable requests so client can use data in apps
* bump version
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/ponzu/ponzu.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ponzu/ponzu.json b/cmd/ponzu/ponzu.json index af54315..c9946cd 100644 --- a/cmd/ponzu/ponzu.json +++ b/cmd/ponzu/ponzu.json @@ -1,3 +1,3 @@ { - "version": "0.8.1" -}
\ No newline at end of file + "version": "0.8.2" +} |